version 0.30
[FAPG] / Makefile
index 2949454..990ae9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@ BIN = $(PRE)/bin
 DOC = $(PRE)/share/doc/fapg
 MAN = $(PRE)/share/man/man1
 
-fapg:fapg.c
-       gcc -o fapg fapg.c
+fapg:fapg.c genres.h
+       gcc -Wall -o fapg fapg.c
 
 clean:
        rm -f fapg