X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile;h=aa702a9ad7bf5372cc1a86388b8ae1474781fd86;hb=8d6421102f26d4e5b554bbac7b973ed10dd3be2a;hp=0d476f7f8d93cef4a8d70d540ae498082e6c119a;hpb=368af02e8771480667e53218ec8057f12f6e8dd9;p=atyndall%2Fcits2231.git diff --git a/Makefile b/Makefile index 0d476f7..aa702a9 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 --allow-empty-message --untracked-files=no + git commit -a --allow-empty-message --message="" --untracked-files=no open: scene.c bitmap.c bitmap.h (./scene &) && echo