dos_compilers/Manx Aztec C86 v340a/SAMPLES/TEXTVU/MAKEFILE
2024-07-01 06:45:15 -07:00

12 lines
301 B
Plaintext

# -----------------------------------
# makefile by bill buckels 2008
# -----------------------------------
PRG=textvu
$(PRG).com: $(PRG).o
ln -o $(PRG).com $(PRG).o c.lib
del $(PRG).o
@echo All Done!
$(PRG).o: $(PRG).c
cc $(PRG).c