]> git.stg.codes - stg.git/blobdiff - libs/pinger/Makefile
Remove Makefiles from libs.
[stg.git] / libs / pinger / Makefile
diff --git a/libs/pinger/Makefile b/libs/pinger/Makefile
deleted file mode 100644 (file)
index 803f7ac..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-###############################################################################
-# $Id: Makefile,v 1.5 2008/12/04 17:13:14 faust Exp $
-###############################################################################
-
-LIB_NAME = stgpinger
-
-SRCS = pinger.cpp
-
-INCS = pinger.h
-
-LIBS = $(LIB_THREAD)
-
-LIB_INCS = -I ../common.lib/include
-
-include ../Makefile.in
-
-test: all
-       g++ -c test.cpp
-       g++ -o test test.o ./libstgpinger.a -lpthread