mirror of
https://github.com/MiSTer-devel/PCXT_MiSTer.git
synced 2026-04-19 03:04:47 +00:00
10 lines
192 B
Makefile
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
|