renamed to vbeautify, added makefile. -- noch

This commit is contained in:
norayr 2016-12-07 19:43:45 +04:00
parent e6532bfe23
commit 1e15d47936
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,4 @@
VOC = /opt/voc/bin/voc
all:
$(VOC) -m vbeautify.Mod

View file

@ -1,4 +1,4 @@
MODULE Beautifier;
MODULE vbeautify;
IMPORT Oberon, Out, Strings, Texts;
@ -755,4 +755,4 @@ BEGIN
Texts.OpenBuf(b);
InitHashTable;
Beautify
END Beautifier.
END vbeautify.