1
0
mirror of synced 2025-04-21 22:25:55 +03:00

Removed 'test' target.

This commit is contained in:
yhirose 2012-09-26 11:50:38 -04:00
parent 12ac86943e
commit 95c0a6d7a8

View File

@ -16,7 +16,3 @@ sample : sample.cc ../httpsvrkit.h
hello : hello.cc ../httpsvrkit.h hello : hello.cc ../httpsvrkit.h
$(CC) -o hello $(CFLAGS) -I.. hello.cc $(CC) -o hello $(CFLAGS) -I.. hello.cc
.PHONY : test
test: sample
./sample