X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=7b4da1812221bf2362c035a5e7167484ff16c6fa;hp=3ba146de73e4abca7d9ed5e6f014f0980510e48f;hb=5fbfd6dc38d01bb09013ab5b59085632aaa8de7a;hpb=6a7fd6316192537bf177867f3be0b89a54d3546d diff --git a/Makefile b/Makefile index 3ba146d..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) @@ -35,5 +35,3 @@ commit: scene.c bitmap.c bitmap.h clean: rm scene -open: - nice -n 19 ./scene