mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix Z80 project.
This commit is contained in:
@@ -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) $^
|
||||
|
||||
@@ -28,8 +28,6 @@ make kaypro83
|
||||
make clean
|
||||
make kaypro84
|
||||
make clean
|
||||
make kayproii
|
||||
make clean
|
||||
make lynx128
|
||||
make clean
|
||||
make Makefile
|
||||
|
||||
Reference in New Issue
Block a user