]> git.sur5r.net Git - cc65/commitdiff
Force warning-free build (and added missing clean target).
authorOliver Schmidt <ol.sc@web.de>
Thu, 9 May 2013 12:25:25 +0000 (14:25 +0200)
committerOliver Schmidt <ol.sc@web.de>
Thu, 9 May 2013 12:25:25 +0000 (14:25 +0200)
libsrc/Makefile

index d924d7bdcff05fae1873b634f66647934a1c4235..b4393a6ac3ead3cad165c2c3f52257c20b17c0a9 100644 (file)
@@ -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 \