Avoid warnings from gcc without having to silence them all

This commit is contained in:
Rangi
2018-08-18 22:42:46 -04:00
parent 6a6ce484d9
commit ca08ffce6e
2 changed files with 10 additions and 13 deletions

View File

@@ -20,9 +20,5 @@ clean:
gfx md5: common.h
# suppress warnings
lzcomp: lzcomp.c
$(CC) -O3 -o $@ $<
%: %.c
$(CC) $(CFLAGS) -o $@ $<