Jelajahi Sumber

Removed 'test' target.

yhirose 13 tahun lalu
induk
melakukan
95c0a6d7a8
1 mengubah file dengan 0 tambahan dan 4 penghapusan
  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