mirror of
https://github.com/cesanta/mongoose.git
synced 2025-07-31 01:46:16 +08:00
10 lines
281 B
Makefile
10 lines
281 B
Makefile
all:
|
|
make -C ../../../http/http-server ARGS="-d $(CURDIR)"
|
|
|
|
# Bundle JS libraries (preact, preact-router, ...) into a single file
|
|
bundle.js:
|
|
curl -s https://npm.reversehttp.com/preact,preact/hooks,htm/preact,preact-router,@preact/signals-core,@preact/signals -o $@
|
|
|
|
clean:
|
|
true
|