diff --git a/setter/projects/make/z80/Makefile b/setter/projects/make/z80/Makefile index b24fc23..6d20ff5 100644 --- a/setter/projects/make/z80/Makefile +++ b/setter/projects/make/z80/Makefile @@ -233,7 +233,7 @@ zxplus3: $(OBJS) $(CC) $(LFLAGS) -o $@/$(OUT) $^ zxplus3_cpm: CFLAGS = +cpm -zxplus3_cpm: LFLAGS = +cpm -subtype=zxplus3 -create-app -v +zxplus3_cpm: LFLAGS = +cpm -subtype=zxplus3 -create-app zxplus3_cpm: $(OBJS) mkdir -p $@ $(CC) $(LFLAGS) -o $@/$(OUT) $^ diff --git a/setter/projects/make/z80/build.sh b/setter/projects/make/z80/build.sh index 25bd112..8545066 100755 --- a/setter/projects/make/z80/build.sh +++ b/setter/projects/make/z80/build.sh @@ -28,8 +28,6 @@ make kaypro83 make clean make kaypro84 make clean -make kayproii -make clean make lynx128 make clean make Makefile