Just some minor style fix.
This commit is contained in:
parent
98e51d10d1
commit
b332064cb5
1 changed files with 24 additions and 24 deletions
|
@ -15,24 +15,24 @@ CBMS = c128 \
|
||||||
GEOS = geos-apple \
|
GEOS = geos-apple \
|
||||||
geos-cbm
|
geos-cbm
|
||||||
|
|
||||||
TARGETS = apple2 \
|
TARGETS = apple2 \
|
||||||
apple2enh \
|
apple2enh \
|
||||||
atari \
|
atari \
|
||||||
atarixl \
|
atarixl \
|
||||||
atari2600 \
|
atari2600 \
|
||||||
atari5200 \
|
atari5200 \
|
||||||
atmos \
|
atmos \
|
||||||
creativision \
|
creativision \
|
||||||
$(CBMS) \
|
$(CBMS) \
|
||||||
$(GEOS) \
|
$(GEOS) \
|
||||||
gamate \
|
gamate \
|
||||||
lynx \
|
lynx \
|
||||||
nes \
|
nes \
|
||||||
osic1p \
|
osic1p \
|
||||||
pce \
|
pce \
|
||||||
sim6502 \
|
sim6502 \
|
||||||
sim65c02 \
|
sim65c02 \
|
||||||
supervision\
|
supervision \
|
||||||
telestrat
|
telestrat
|
||||||
|
|
||||||
DRVTYPES = emd \
|
DRVTYPES = emd \
|
||||||
|
@ -41,13 +41,13 @@ DRVTYPES = emd \
|
||||||
ser \
|
ser \
|
||||||
tgi
|
tgi
|
||||||
|
|
||||||
OUTPUTDIRS := lib \
|
OUTPUTDIRS := lib \
|
||||||
asminc \
|
asminc \
|
||||||
cfg \
|
cfg \
|
||||||
include \
|
include \
|
||||||
$(subst ../,,$(filter-out $(wildcard ../include/*.*),$(wildcard ../include/*)))\
|
$(subst ../,,$(filter-out $(wildcard ../include/*.*),$(wildcard ../include/*))) \
|
||||||
$(subst ../,,$(wildcard ../target/*/drv/*))\
|
$(subst ../,,$(wildcard ../target/*/drv/*)) \
|
||||||
$(subst ../,,$(wildcard ../target/*/util))\
|
$(subst ../,,$(wildcard ../target/*/util))
|
||||||
|
|
||||||
.PHONY: all mostlyclean clean install zip lib $(TARGETS)
|
.PHONY: all mostlyclean clean install zip lib $(TARGETS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue