Files
PCXT_MiSTer/SW/XTCTL/makefile
Aitor Gómez f47d6645fc Software for the use of the XTCTL feature
xtctl.exe [menu] [composite border adliboff mda 4Mhz/7Mhz/14Mhz]
2022-10-24 13:00:11 +02:00

10 lines
192 B
Makefile

all: xtctl.exe
sysctl.exe: xtctl.c
wcl -q -y -4 -s -d0 -lr -ms -we -wx -k1024 -os xtctl.c -fe=xtctl.exe
clean:
if exist *.obj del *.obj
if exist *.map del *.map
if exist *.bak del *.bak