X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/90e389f6ec12e60a62c362296ffcf314feb5b03d..46b0747592074017ff0ea4b33d4a7194235886e5:/stglibs/pinger.lib/Makefile diff --git a/stglibs/pinger.lib/Makefile b/stglibs/pinger.lib/Makefile deleted file mode 100644 index 91f6322d..00000000 --- a/stglibs/pinger.lib/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.5 2008/12/04 17:13:14 faust Exp $ -############################################################################### - -LIB_NAME = stgpinger -PROG = lib$(LIB_NAME) - -SRCS = pinger.cpp - -INCS = pinger.h - -LIBS = $(LIB_THREAD) - -include ../Makefile.in - -test: all - g++ -c test.cpp - g++ -o test test.o ./libstgpinger.a -lpthread