mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 23:21:04 +08:00
Merge pull request #1373 from zudwalex/fix_board_ci
Use mongoose.[ch] from main repo
This commit is contained in:
commit
b5147a149e
@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
||||||
|
cp ./../../mongoose.[ch] $(NAME)/source/
|
||||||
make -C $(NAME) build
|
make -C $(NAME) build
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
||||||
|
cp ./../../mongoose.[ch] $(NAME)/source/
|
||||||
make -C $(NAME) build
|
make -C $(NAME) build
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
||||||
|
cp ./../../mongoose.[ch] $(NAME)/source/
|
||||||
make -C $(NAME) build
|
make -C $(NAME) build
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
||||||
|
cp ./../../mongoose.[ch] $(NAME)/source/
|
||||||
make -C $(NAME) build
|
make -C $(NAME) build
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
||||||
|
cp ./../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
|
||||||
make -C $(NAME) build
|
make -C $(NAME) build
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
||||||
|
cp ./../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
|
||||||
make -C $(NAME) build
|
make -C $(NAME) build
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -2,6 +2,7 @@ NAME ?= $(notdir $(CURDIR))
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
|
||||||
|
cp ./../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
|
||||||
make -C $(NAME) build
|
make -C $(NAME) build
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user