Fixed the makefile

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-09-02 18:16:43 +03:00
parent eea543fe09
commit d61e31de6a

View file

@ -10,6 +10,6 @@ clean:
.github \
netlify: build clean
./scripts/netlifyapis.sh
sh ./scripts/netlifyapis.sh
.PHONY: build clean netlify