(no commit message)
[atyndall/cits2231.git] / Makefile
index 62f7e66..1209ec1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ all: scene commit open
 scene: scene.c bitmap.c bitmap.h\r
        gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS)\r
 \r
-commit:\r
-       git commit -a -m "makefile commit"\r
+commit:        scene.c bitmap.c bitmap.h\r
+       git commit -a --allow-empty-message --message="" --untracked-files=no\r
 \r
-open:\r
-       (./scene &) && echo\r
+open:  scene.c bitmap.c bitmap.h\r
+       (nice -n 19 ./scene &) && echo\r

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