mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Force warning-free build (and added missing clean target).
This commit is contained in:
parent
4d35517f79
commit
9ecf20a56a
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user