Fix tools/gfx

This commit is contained in:
yenatch
2017-06-24 16:42:44 -04:00
parent 9b1550c5e0
commit 80f7477c33
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
.PHONY: all
CFLAGS := -std=c99
all: \
lzcomp \
png_dimensions \
@@ -11,4 +13,4 @@ all: \
@:
%: %.c
$(CC) -o $@ $<
$(CC) $(CFLAGS) -o $@ $<