makefile commit
[atyndall/cits2231.git] / Makefile
index d410e7c..55dba6b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,4 +27,4 @@ CFLAGS += -O3 -Wall -std=c99
 all: scene\r
 \r
 scene: scene.c bitmap.c bitmap.h\r
-       gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) && git commit -a -m "makefile commit"\r
+       gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) && git commit -a -m "makefile commit" && ./scene &\r

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