(no commit message)
[atyndall/cits2231.git] / Makefile
index 289b046..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
@@ -34,3 +34,4 @@ commit:       scene.c bitmap.c bitmap.h
 \r
 clean:\r
        rm scene\r
+\r

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