forking server example with oberon; -- noch.

Former-commit-id: 48041fee19
This commit is contained in:
norayr 2015-03-19 19:33:34 +04:00
parent 7c731cdfdb
commit 2615a22901
4 changed files with 264 additions and 0 deletions

11
src/test/server/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