mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
forking server example with oberon; -- noch.
Former-commit-id: 48041fee19
This commit is contained in:
parent
7c731cdfdb
commit
2615a22901
4 changed files with 264 additions and 0 deletions
11
src/test/server/Makefile
Normal file
11
src/test/server/Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue