X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=55dba6bdf51aa89cb3af5596b553719341172b35;hb=1f4718a29c0c386bd93e10f88dce8b9bb2f171b5;hp=02a1589b9c4af05ef23e0bfe51a62c0123f53815;hpb=f281e7ecaf92ab98692fd7efde95f5f8ce9dd821;p=atyndall%2Fcits2231.git diff --git a/Makefile b/Makefile index 02a1589..55dba6b 100644 --- a/Makefile +++ b/Makefile @@ -27,5 +27,4 @@ CFLAGS += -O3 -Wall -std=c99 all: scene scene: scene.c bitmap.c bitmap.h - gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) - git commit -m "makefile commit" + gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) && git commit -a -m "makefile commit" && ./scene &