Initial commit for opium

This commit is contained in:
Ruben Shekspir 2019-03-29 15:24:00 +04:00
parent 6686997ed2
commit 69a133eec1
7 changed files with 51 additions and 772 deletions

View file

@ -5,14 +5,14 @@ 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
$(VOC) -s types.Mod sockets.Mod netdb.Mod Internet.Mod time.Mod logger.Mod http.Mod -m
clean:
rm *.h
rm *.c
rm *.o
rm *.sym
rm http
rm *.h &
rm *.c &
rm *.o &
rm *.sym &
rm http &
test: http
test: clean http
./http