forked from KolibriOS/kolibrios
67673665fb
git-svn-id: svn://kolibrios.org@8142 a494cfbc-eb01-0410-851d-a64ba20cac60
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
|