Alsmost works

This commit is contained in:
Ruben Shekspir 2019-02-19 11:19:59 +04:00
parent 4b5cb0ef76
commit 84b04c2b37
2 changed files with 35 additions and 0 deletions

View file

@ -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