From 9ecf20a56a4d913d549736acf459f5359da66284 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Thu, 9 May 2013 14:25:25 +0200
Subject: [PATCH] Force warning-free build (and added missing clean target).
---
libsrc/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libsrc/Makefile b/libsrc/Makefile
index d924d7bdc..b4393a6ac 100644
--- a/libsrc/Makefile
+++ b/libsrc/Makefile
@@ -60,11 +60,11 @@ mostlyclean:
$(call RMDIR,../wrk)
clean:
- $(call RMDIR,../wrk ../lib $(addprefix ../,$(DRVTYPES)))
+ $(call RMDIR,../wrk ../lib ../targetutil $(addprefix ../,$(DRVTYPES)))
else # TARGET
-CFLAGS += -Osir
+CFLAGS += -Osir -W error
EXTZP = cbm510 \
cbm610 \
--
2.39.5