mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-27 20:59:00 +08:00
move to new skeleton
This commit is contained in:
parent
497df68de1
commit
205a564482
@ -1 +0,0 @@
|
||||
../../mongoose.c
|
@ -1 +0,0 @@
|
||||
../../mongoose.h
|
@ -1 +0,0 @@
|
||||
../../mongoose.c
|
@ -1 +0,0 @@
|
||||
../../mongoose.h
|
@ -58,7 +58,7 @@ CFLAGS += -DMG_TLS=MG_TLS_BUILTIN
|
||||
endif
|
||||
|
||||
all:
|
||||
$(MAKE) -C ../examples/http-server
|
||||
$(MAKE) -C ../tutorials/http/http-server
|
||||
|
||||
tall: mg_prefix unamalgamated test mip_test arm examples vc98 vc17 vc22 mingw mingw++ fuzz
|
||||
|
||||
|
1
tutorials/http/http-restful-server/mongoose.c
Symbolic link
1
tutorials/http/http-restful-server/mongoose.c
Symbolic link
@ -0,0 +1 @@
|
||||
../../../mongoose.c
|
1
tutorials/http/http-restful-server/mongoose.h
Symbolic link
1
tutorials/http/http-restful-server/mongoose.h
Symbolic link
@ -0,0 +1 @@
|
||||
../../../mongoose.h
|
1
tutorials/http/http-server/mongoose.c
Symbolic link
1
tutorials/http/http-server/mongoose.c
Symbolic link
@ -0,0 +1 @@
|
||||
../../../mongoose.c
|
1
tutorials/http/http-server/mongoose.h
Symbolic link
1
tutorials/http/http-server/mongoose.h
Symbolic link
@ -0,0 +1 @@
|
||||
../../../mongoose.h
|
Loading…
Reference in New Issue
Block a user