mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
http fianly works, not for bin files, unfortunately
This commit is contained in:
parent
9273e64fc6
commit
ab197c6483
3 changed files with 55 additions and 10 deletions
12
makefile
12
makefile
|
|
@ -27,5 +27,13 @@ run:
|
|||
./builds/opium install
|
||||
|
||||
|
||||
http:
|
||||
$(VOC) -s time.Mod logger.Mod types.Mod sockets.Mod netdb.Mod Internet.Mod http.Mod -m
|
||||
http: clean
|
||||
cd builds && \
|
||||
$(VOC) -s ../time.Mod \
|
||||
../logger.Mod \
|
||||
../types.Mod \
|
||||
../sockets.Mod \
|
||||
../netdb.Mod \
|
||||
../Internet.Mod \
|
||||
../http.Mod -m \
|
||||
&& ./http
|
||||
Loading…
Add table
Add a link
Reference in a new issue