mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 08:42:24 +00:00
parent
246fa180b8
commit
cbf3ee97ac
9 changed files with 197 additions and 87 deletions
17
src/tools/vmake/makefile
Normal file
17
src/tools/vmake/makefile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
VOC = /opt/voc/bin/voc
|
||||
|
||||
|
||||
|
||||
|
||||
all:
|
||||
$(VOC) -M vmake.Mod
|
||||
|
||||
clean:
|
||||
rm *.o
|
||||
rm *.c
|
||||
|
||||
install:
|
||||
cp vmake /opt/voc/bin/
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue