mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
Initial commit for opium
This commit is contained in:
parent
6686997ed2
commit
69a133eec1
7 changed files with 51 additions and 772 deletions
14
makefile
14
makefile
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue