summaryrefslogtreecommitdiff
path: root/tools/gbagfx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gbagfx/Makefile')
-rw-r--r--tools/gbagfx/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/gbagfx/Makefile b/tools/gbagfx/Makefile
deleted file mode 100644
index e7f089445..000000000
--- a/tools/gbagfx/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-CC = gcc
-
-CFLAGS = -Wall -Wextra -std=c11 -O2
-
-LIBS = -lz -lpng
-
-SRCS = main.c convert_png.c gfx.c jasc_pal.c lz.c util.c font.c
-
-.PHONY: clean
-
-gbagfx: $(SRCS) convert_png.h gfx.h global.h jasc_pal.h lz.h util.h font.h
- $(CC) $(CFLAGS) $(SRCS) -o $@ $(LIBS)
-
-clean:
- $(RM) gbagfx gbagfx.exe