mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
Fix path
This commit is contained in:
parent
da85affe5c
commit
b7f9e5c947
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user