From 74f731e7526b0fddc10092efe43a4ba14a45ebe1 Mon Sep 17 00:00:00 2001 From: norayr Date: Mon, 15 May 2017 19:49:07 +0400 Subject: [PATCH] added makefile; -- noch --- arguments/unixstyle_oberon_traditional/makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 arguments/unixstyle_oberon_traditional/makefile 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