added makefile; -- noch

This commit is contained in:
norayr 2017-05-15 19:49:07 +04:00
parent 734202143e
commit 74f731e752

View file

@ -0,0 +1,11 @@
VOC = /opt/voc/bin/voc
all:
$(VOC) -m partest.Mod
test:
./partest -str aaa -int 111
./partest -str 1 -int 111