mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-11 19:28:30 +00:00
Renamed project name to 'cpp-httplib'.
This commit is contained in:
@@ -11,8 +11,8 @@ endif
|
||||
|
||||
all: sample hello
|
||||
|
||||
sample : sample.cc ../httpsvrkit.h
|
||||
sample : sample.cc ../httplib.h
|
||||
$(CC) -o sample $(CFLAGS) -I.. sample.cc
|
||||
|
||||
hello : hello.cc ../httpsvrkit.h
|
||||
hello : hello.cc ../httplib.h
|
||||
$(CC) -o hello $(CFLAGS) -I.. hello.cc
|
||||
|
||||
Reference in New Issue
Block a user