(no commit message)
[atyndall/cits2231.git] / Makefile
index aa702a9..93a8a32 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ endif
 \r
 LIBS += -lglut -lGLU -lGL\r
 \r
-CFLAGS += -O3 -Wall -std=c99\r
+CFLAGS += -ggdb -Wall -std=c99 \r
 \r
 .PHONY: all\r
 \r
@@ -33,4 +33,7 @@ commit:       scene.c bitmap.c bitmap.h
        git commit -a --allow-empty-message --message="" --untracked-files=no\r
 \r
 open:  scene.c bitmap.c bitmap.h\r
-       (./scene &) && echo\r
+       (nice -n 19 ./scene &) && echo\r
+\r
+clean:\r
+       rm scene\r

UCC git Repository :: git.ucc.asn.au