diff --git a/arguments/unixstyle_oberon_traditional/makefile b/arguments/unixstyle_oberon_traditional/makefile new file mode 100644 index 0000000..e19e5ef --- /dev/null +++ b/arguments/unixstyle_oberon_traditional/makefile @@ -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