mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
compatIn improved, vmake makefile added
This commit is contained in:
parent
74bb4adb10
commit
1e13d96ce1
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