浏览代码

Removed 'test' target.

yhirose 13 年之前
父节点
当前提交
95c0a6d7a8
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      example/Makefile

+ 0 - 4
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