1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-21 09:17:52 +00:00

Several minor adjustments.

This commit is contained in:
Oliver Schmidt
2014-03-09 13:56:32 +01:00
parent 8236b0dd74
commit efa50b0258
3 changed files with 10 additions and 10 deletions
+7 -7
View File
@@ -33,13 +33,13 @@ DRVTYPES = emd \
ser \
tgi
OUTPUTDIRS = lib \
$(DRVTYPES) \
targetutil \
asminc \
cfg \
include \
$(subst ../,,$(filter-out $(wildcard ../include/*.*),$(wildcard ../include/*)))
OUTPUTDIRS := lib \
$(DRVTYPES) \
targetutil \
asminc \
cfg \
include \
$(subst ../,,$(filter-out $(wildcard ../include/*.*),$(wildcard ../include/*)))
.PHONY: all mostlyclean clean install zip lib $(TARGETS)