diff --git a/example/Makefile b/example/Makefile index dd48b71..acc523b 100644 --- a/example/Makefile +++ b/example/Makefile @@ -16,7 +16,3 @@ sample : sample.cc ../httpsvrkit.h hello : hello.cc ../httpsvrkit.h $(CC) -o hello $(CFLAGS) -I.. hello.cc - -.PHONY : test -test: sample - ./sample