summaryrefslogtreecommitdiff
path: root/src/schedule/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-15 21:24:51 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-15 21:24:51 +0000
commitd343abf923e35b78006a639966f0f26ae70c0c63 (patch)
treed9bc0e5efd315b0eda4d5bc53e8006efb46fe3ae /src/schedule/Makefile
parent350eb009e704e95198ea993aba036850b42fc703 (diff)
Lots of tidying and reorganisation.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@929 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/schedule/Makefile')
-rw-r--r--src/schedule/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schedule/Makefile b/src/schedule/Makefile
index 796cd3cb..8bc56212 100644
--- a/src/schedule/Makefile
+++ b/src/schedule/Makefile
@@ -1,5 +1,5 @@
CC = gcc
-CFLAGS = -g -DDEBUG_SCHEDULAR -DTEST_SCHEDULECREATOR
+CFLAGS = -g -Wall -DDEBUG_SCHEDULAR -DTEST_SCHEDULECREATOR
SRCS = ScheduleCreater.c ScheduleSorter.c ../util/StoreHandledData.c
INCDIRS = ../include