makefile commit
authorAsh Tyndall <[email protected]>
Sat, 8 Oct 2011 02:32:06 +0000 (10:32 +0800)
committerAsh Tyndall <[email protected]>
Sat, 8 Oct 2011 02:32:06 +0000 (10:32 +0800)
Makefile

index 55dba6b..98265c2 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" && ./scene &\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