mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 03:38:30 +00:00
Renamed project name to 'cpp-httplib'.
This commit is contained in:
@@ -9,7 +9,7 @@ CC = g++
|
||||
CFLAGS = -std=c++11 -g
|
||||
endif
|
||||
|
||||
test : test.cc ../httpsvrkit.h
|
||||
test : test.cc ../httplib.h
|
||||
$(CC) -o test $(CFLAGS) -I.. -I. test.cc gtest/gtest-all.cc gtest/gtest_main.cc
|
||||
|
||||
.PHONY : run
|
||||
|
||||
Reference in New Issue
Block a user