(no commit message)
[atyndall/cits2231.git] / Makefile
index 8d5e252..7b4da18 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ CFLAGS += -ggdb -Wall -std=c99
 \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
-       (nice -n 19 ./scene &) && echo\r
+clean:\r
+       rm scene\r
+\r

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