From 95c0a6d7a8dcc2f16e1a0315c6282c57658cbfa9 Mon Sep 17 00:00:00 2001 From: yhirose Date: Wed, 26 Sep 2012 11:50:38 -0400 Subject: [PATCH] Removed 'test' target. --- example/Makefile | 4 ---- 1 file changed, 4 deletions(-) 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