dos_compilers/Zortech C++ v30r1/SAMPLE/PMEXAM/MAKEFILE
2024-07-02 08:01:21 -07:00

15 lines
176 B
Plaintext

#-------------------
# ZTCPM make file
#-------------------
ztcpm.exe:ztcpm.cpp
ztc ztcpm
clean:
del *.obj
del *.exe
del *.bak