mirror of
https://github.com/vishapoberon/oberonbyexample.git
synced 2026-04-05 21:02:25 +00:00
added makefile; -- noch
This commit is contained in:
parent
734202143e
commit
74f731e752
1 changed files with 11 additions and 0 deletions
11
arguments/unixstyle_oberon_traditional/makefile
Normal file
11
arguments/unixstyle_oberon_traditional/makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue