mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 22:42:24 +00:00
added Makefile to build vt100 and crt modules.
Former-commit-id: 16a810e037
This commit is contained in:
parent
c1164380aa
commit
9478214c01
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