mirror of
https://github.com/vishapoberon/oberonbyexample.git
synced 2026-04-05 21:02:25 +00:00
11 lines
122 B
Makefile
11 lines
122 B
Makefile
|
|
VOC = /opt/voc/bin/voc
|
|
|
|
|
|
all:
|
|
$(VOC) -m partest.Mod
|
|
|
|
|
|
test:
|
|
./partest -str aaa -int 111
|
|
./partest -str 1 -int 111
|