mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-11-27 11:19:37 +03:00
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
|