compatIn improved, vmake makefile added

Former-commit-id: 1e13d96ce1
This commit is contained in:
Norayr Chilingarian 2014-02-03 16:39:46 +04:00
parent 246fa180b8
commit cbf3ee97ac
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/