1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-06 11:37:27 +00:00

enable all warnings

This commit is contained in:
taipanromania
2008-09-28 11:19:33 +00:00
parent 0d818a8803
commit 020843b430
3 changed files with 8 additions and 8 deletions

View File

@@ -17,12 +17,12 @@ bindir := $(prefix)/bin
DESTDIR :=
zint: main.c
$(CC) $(INCLUDE) $(CFLAGS) $(ZINT_VERSION) -I../backend -L../backend main.c -o zint -lzint
$(CC) -Wall $(INCLUDE) $(CFLAGS) $(ZINT_VERSION) -I../backend -L../backend main.c -o zint -lzint
.PHONY: install uninstall clean dist
clean:
rm -f zint *.o *.a *~ *.png *.eps
rm -f zint *.o *.a *~ *.png *.eps *.log
install:
install -D -p zint $(DESTDIR)$(bindir)/zint