kolibrios/programs/bcc32/t2fasm/Makefile

5 lines
64 B
Makefile
Raw Normal View History

t2fasm:
g++ -c t2fasm.cpp
g++ -o t2fasm t2fasm.o
rm t2fasm.o