mirror of
https://github.com/cc65/cc65.git
synced 2025-02-18 15:30:30 +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)
|
$(call RMDIR,../wrk)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(call RMDIR,../wrk ../lib $(addprefix ../,$(DRVTYPES)))
|
$(call RMDIR,../wrk ../lib ../targetutil $(addprefix ../,$(DRVTYPES)))
|
||||||
|
|
||||||
else # TARGET
|
else # TARGET
|
||||||
|
|
||||||
CFLAGS += -Osir
|
CFLAGS += -Osir -W error
|
||||||
|
|
||||||
EXTZP = cbm510 \
|
EXTZP = cbm510 \
|
||||||
cbm610 \
|
cbm610 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user