X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=Makefile;h=93a8a32152db3319e2a01161b3308c3e76449eab;hp=1209ec1e0c08cef13c2085c939f9ae71eaca304d;hb=4a2360eab8dc0f54a404da3944d768cfae9c993f;hpb=811fcd9e9bad9b734f197cd33e21d896daa8428c diff --git a/Makefile b/Makefile index 1209ec1..93a8a32 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ endif LIBS += -lglut -lGLU -lGL -CFLAGS += -O3 -Wall -std=c99 +CFLAGS += -ggdb -Wall -std=c99 .PHONY: all @@ -34,3 +34,6 @@ commit: scene.c bitmap.c bitmap.h open: scene.c bitmap.c bitmap.h (nice -n 19 ./scene &) && echo + +clean: + rm scene