mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
Http fetch to file doesn't work for some reason
This commit is contained in:
parent
ab197c6483
commit
6c66d03769
6 changed files with 54 additions and 21 deletions
5
makefile
5
makefile
|
|
@ -7,7 +7,7 @@ test: clean copy-version-file-to-build-dir all run
|
|||
copy-version-file-to-build-dir:
|
||||
cp ./$(VERSION_FILE) ./builds/$(VERSION_FILE)
|
||||
|
||||
all:
|
||||
all: http
|
||||
cd builds && \
|
||||
$(VOC) -s \
|
||||
../time.Mod \
|
||||
|
|
@ -35,5 +35,4 @@ http: clean
|
|||
../sockets.Mod \
|
||||
../netdb.Mod \
|
||||
../Internet.Mod \
|
||||
../http.Mod -m \
|
||||
&& ./http
|
||||
../http.Mod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue