mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 13:22:26 +00:00
parent
2462b4b55f
commit
011aedbab1
12 changed files with 209 additions and 7 deletions
|
|
@ -10,6 +10,8 @@ all:
|
|||
clean:
|
||||
rm *.o
|
||||
rm *.c
|
||||
rm *.h
|
||||
rm *.sym
|
||||
|
||||
install:
|
||||
cp vmake /opt/voc/bin/
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Make.Order {filename} ~
|
|||
(* taken from trianus system source ; -- noch *)
|
||||
|
||||
MODULE vmake; (*HM 94-06-22 / *)
|
||||
IMPORT Texts := CmdlnTexts, In := compatIn, Out := Console;
|
||||
IMPORT Texts, In := compatIn, Out := Console;
|
||||
|
||||
TYPE
|
||||
ModuleName = ARRAY 64 OF CHAR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue