This commit is contained in:
Sergey Lyubka 2024-05-08 14:07:20 +01:00
parent da85affe5c
commit b7f9e5c947

View File

@ -2,7 +2,7 @@ PWD := $(shell pwd)
NPX ?= npx
all: bundle.js main.css
make -C ../../http-server ARGS="-d $(PWD)"
make -C ../../../tutorials/http/http-server ARGS="-d $(PWD)"
# Bundle JS libraries (preact, preact-router, ...) into a single file
bundle.js: