forked from KolibriOS/kolibrios
5 lines
64 B
Makefile
Executable File
5 lines
64 B
Makefile
Executable File
t2fasm:
|
|
g++ -c t2fasm.cpp
|
|
g++ -o t2fasm t2fasm.o
|
|
rm t2fasm.o
|