diff --git a/makefile b/makefile index 4f832d0..f2ec2c1 100644 --- a/makefile +++ b/makefile @@ -26,7 +26,8 @@ rose: strip ./rose debug: - $(CC) -fPIC -o rose *.c $(CFLAGS) $(LIBS) -Wall -Wextra + $(CC) -fPIC -o rose *.c $(CFLAGS) $(LIBS) -Wall -Wextra \ + -Wno-unused-variable config.h: [ -f "$@" ] || cp config.def.h $@