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

index 62f7e66..1785158 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
+commit:        scene.c bitmap.c bitmap.h\r
        git commit -a -m "makefile commit"\r
 \r
-open:\r
+open:  scene.c bitmap.c bitmap.h\r
        (./scene &) && echo\r

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