Http fetch to file doesn't work for some reason

This commit is contained in:
Ruben Shekspir 2019-05-05 13:58:18 +04:00
parent ab197c6483
commit 6c66d03769
6 changed files with 54 additions and 21 deletions

View file

@ -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