makefile commit
[atyndall/cits2231.git] / Makefile
index 02a1589..d410e7c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,5 +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)\r
-  git commit -m "makefile commit"\r
+       gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) && git commit -a -m "makefile commit"\r

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