dos_compilers/Manx Aztec C86 v42b/SAMPLES/BSAVEINC/MAKEFILE
2024-07-02 07:07:59 -07:00

12 lines
348 B
Plaintext

# ---------------------------------------------------------------------
# makefile by bill buckels 1997
# ---------------------------------------------------------------------
bsaveinc.exe: bsaveinc.o
ln bsaveinc.o c.lib
rm bsaveinc.o
@echo All Done!
bsaveinc.o: bsaveinc.c
cc bsaveinc.c