added Makefile to build vt100 and crt modules.

This commit is contained in:
root 2014-04-12 02:11:40 +04:00
parent 7c1a5ebea3
commit 16a810e037

11
src/test/vt100/Makefile Normal file
View file

@ -0,0 +1,11 @@
VOC = /opt/voc/bin/voc
all:
$(VOC) -s vt100.Mod crt.Mod -M
clean:
rm *.h
rm *.c
rm *.o
rm *.sym