From 16a810e037bd2b9fab193656f710c09a4558ad07 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 12 Apr 2014 02:11:40 +0400 Subject: [PATCH] added Makefile to build vt100 and crt modules. --- src/test/vt100/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/test/vt100/Makefile diff --git a/src/test/vt100/Makefile b/src/test/vt100/Makefile new file mode 100644 index 00000000..4b99a8c4 --- /dev/null +++ b/src/test/vt100/Makefile @@ -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