X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile;h=7b4da1812221bf2362c035a5e7167484ff16c6fa;hb=5fbfd6dc38d01bb09013ab5b59085632aaa8de7a;hp=8d5e25211e766133815f9a2aa44b00f256f77dfb;hpb=70686e3c14580225c1fe0393e1395834ba86c6d5;p=atyndall%2Fcits2231.git diff --git a/Makefile b/Makefile index 8d5e252..7b4da18 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CFLAGS += -ggdb -Wall -std=c99 .PHONY: all -all: scene commit open +all: scene commit scene: scene.c bitmap.c bitmap.h gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) @@ -32,5 +32,6 @@ scene: scene.c bitmap.c bitmap.h commit: scene.c bitmap.c bitmap.h git commit -a --allow-empty-message --message="" --untracked-files=no -open: scene.c bitmap.c bitmap.h - (nice -n 19 ./scene &) && echo +clean: + rm scene +