vipak/makefile
2019-02-19 11:19:59 +04:00

17 lines
No EOL
269 B
Makefile

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