(no commit message)
[atyndall/cits2231.git] / Makefile
index 3ba146d..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
@@ -35,5 +35,3 @@ commit:       scene.c bitmap.c bitmap.h
 clean:\r
        rm scene\r
 \r
-open:\r
-       nice -n 19 ./scene\r

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