compatIn improved, vmake makefile added

This commit is contained in:
Norayr Chilingarian 2014-02-03 16:39:46 +04:00
parent 74bb4adb10
commit 1e13d96ce1
9 changed files with 197 additions and 87 deletions

17
src/tools/vmake/makefile Normal file
View file

@ -0,0 +1,17 @@
VOC = /opt/voc/bin/voc
all:
$(VOC) -M vmake.Mod
clean:
rm *.o
rm *.c
install:
cp vmake /opt/voc/bin/