X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=Makefile;h=8d5e25211e766133815f9a2aa44b00f256f77dfb;hp=1785158d507747145b457965158dc4c83e7b2c23;hb=70686e3c14580225c1fe0393e1395834ba86c6d5;hpb=35c768680a241adf106d2555831286505bb1b541 diff --git a/Makefile b/Makefile index 1785158..8d5e252 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 @@ -30,7 +30,7 @@ scene: scene.c bitmap.c bitmap.h gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) commit: scene.c bitmap.c bitmap.h - git commit -a -m "makefile commit" + git commit -a --allow-empty-message --message="" --untracked-files=no open: scene.c bitmap.c bitmap.h - (./scene &) && echo + (nice -n 19 ./scene &) && echo