diff options
Diffstat (limited to 'tools/gbafix/Makefile')
-rw-r--r-- | tools/gbafix/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/gbafix/Makefile b/tools/gbafix/Makefile index 350af76..f12c8cc 100644 --- a/tools/gbafix/Makefile +++ b/tools/gbafix/Makefile @@ -1,12 +1,8 @@ CC = gcc +.PHONY: clean SRCS = gbafix.c -.PHONY: all clean - -all: gbafix - @: - gbafix: $(SRCS) $(CC) $(SRCS) -o $@ $(LDFLAGS) |