(no commit message)
[atyndall/cits2231.git] / Makefile
index aa702a9..7b4da18 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,11 +20,11 @@ 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
-all: scene commit open\r
+all: scene commit\r
 \r
 scene: scene.c bitmap.c bitmap.h\r
        gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS)\r
@@ -32,5 +32,6 @@ scene:        scene.c bitmap.c bitmap.h
 commit:        scene.c bitmap.c bitmap.h\r
        git commit -a --allow-empty-message --message="" --untracked-files=no\r
 \r
-open:  scene.c bitmap.c bitmap.h\r
-       (./scene &) && echo\r
+clean:\r
+       rm scene\r
+\r

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