From: Ash Tyndall Date: Sat, 8 Oct 2011 02:34:43 +0000 (+0800) Subject: makefile commit X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=35c768680a241adf106d2555831286505bb1b541;ds=sidebyside makefile commit --- diff --git a/Makefile b/Makefile index 62f7e66..1785158 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ all: scene commit open scene: scene.c bitmap.c bitmap.h gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) -commit: +commit: scene.c bitmap.c bitmap.h git commit -a -m "makefile commit" -open: +open: scene.c bitmap.c bitmap.h (./scene &) && echo