mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-18 23:53:15 +08:00
Merge pull request #1796 from cesanta/rpicow
Dettach git clone and fix clean
This commit is contained in:
commit
6b162a1193
@ -1,9 +1,12 @@
|
||||
NAME = raspberry-pi-pico-w
|
||||
|
||||
build:
|
||||
$(NAME):
|
||||
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
||||
|
||||
build: | $(NAME)
|
||||
cp ./../../../mongoose.[ch] $(NAME)
|
||||
make -C $(NAME) build
|
||||
|
||||
clean:
|
||||
make -C $(NAME) clean
|
||||
rm -rf $(NAME)
|
||||
|
Loading…
Reference in New Issue
Block a user