mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 13:02:26 +00:00
Alsmost works
This commit is contained in:
parent
4b5cb0ef76
commit
84b04c2b37
2 changed files with 35 additions and 0 deletions
6
makefile
6
makefile
|
|
@ -4,8 +4,14 @@ VOC = /opt/voc/bin/voc
|
|||
all:
|
||||
$(VOC) -s types.Mod sockets.Mod netdb.Mod Internet.Mod stringHelpers.Mod time.Mod IRC.Mod test.Mod -m
|
||||
|
||||
http:
|
||||
$(VOC) -s types.Mod sockets.Mod netdb.Mod Internet.Mod http.Mod -m
|
||||
|
||||
clean:
|
||||
rm *.h
|
||||
rm *.c
|
||||
rm *.o
|
||||
rm *.sym
|
||||
|
||||
test: http
|
||||
./http
|
||||
Loading…
Add table
Add a link
Reference in a new issue