nothing should work. just checking in.

This commit is contained in:
norayr 2016-02-23 17:57:58 +04:00
commit 4acd41201c
5 changed files with 242 additions and 0 deletions

11
Makefile Normal file
View file

@ -0,0 +1,11 @@
VOC = /opt/voc/bin/voc
all:
$(VOC) -s types.Mod sockets.Mod s.Mod -m
clean:
rm *.h
rm *.c
rm *.o
rm *.sym