mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
added Makefile to build vt100 and crt modules.
This commit is contained in:
parent
7c1a5ebea3
commit
16a810e037
1 changed files with 11 additions and 0 deletions
11
src/test/vt100/Makefile
Normal file
11
src/test/vt100/Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
VOC = /opt/voc/bin/voc
|
||||
|
||||
all:
|
||||
$(VOC) -s vt100.Mod crt.Mod -M
|
||||
|
||||
clean:
|
||||
rm *.h
|
||||
rm *.c
|
||||
rm *.o
|
||||
rm *.sym
|
||||
Loading…
Add table
Add a link
Reference in a new issue