X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=1785158d507747145b457965158dc4c83e7b2c23;hb=35c768680a241adf106d2555831286505bb1b541;hp=62f7e668c591cf1623695347304f858aeb60a4b9;hpb=996468a3feca4b940b6901748241af7092df9b78;p=atyndall%2Fcits2231.git 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