From: Ash Tyndall Date: Sat, 8 Oct 2011 02:32:06 +0000 (+0800) Subject: makefile commit X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=5d5f9edd4b8cf6eb14342c2edafbb450697a4693;hp=68b46b6a6eebe57b1617a8efa1b25eed8ab78c80 makefile commit --- diff --git a/Makefile b/Makefile index 55dba6b..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) && git commit -a -m "makefile commit" && ./scene & + gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) && git commit -a -m "makefile commit" && (./scene &)