X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=Makefile;h=98265c2d9d200791be2d848fee50cabb1d003949;hp=8da5a7f82a1b75d560c042eafb0bfb16ad3235cd;hb=5d5f9edd4b8cf6eb14342c2edafbb450697a4693;hpb=3315f206fb8eb69a23612cd9be5fc558316fa52b diff --git a/Makefile b/Makefile index 8da5a7f..98265c2 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +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) + gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) && git commit -a -m "makefile commit" && (./scene &)