mirror of
https://github.com/vishapoberon/oberonbyexample.git
synced 2026-04-06 13:22:25 +00:00
post rebranding
This commit is contained in:
parent
4169aecd5b
commit
95b512baf4
66 changed files with 716 additions and 15 deletions
11
examples/arguments/unixstyle_oberon_traditional/makefile
Normal file
11
examples/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