X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=0d476f7f8d93cef4a8d70d540ae498082e6c119a;hp=1785158d507747145b457965158dc4c83e7b2c23;hb=368af02e8771480667e53218ec8057f12f6e8dd9;hpb=35c768680a241adf106d2555831286505bb1b541 diff --git a/Makefile b/Makefile index 1785158..0d476f7 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ scene: scene.c bitmap.c bitmap.h gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) commit: scene.c bitmap.c bitmap.h - git commit -a -m "makefile commit" + git commit -a --allow-empty-message --untracked-files=no open: scene.c bitmap.c bitmap.h (./scene &) && echo