mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-30 14:55:20 -04:00
enable all warnings
This commit is contained in:
parent
0d818a8803
commit
020843b430
3 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue