X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..46b0747592074017ff0ea4b33d4a7194235886e5:/stglibs/pinger.lib/Makefile diff --git a/stglibs/pinger.lib/Makefile b/stglibs/pinger.lib/Makefile deleted file mode 100644 index 5f368b64..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 = stg_pinger -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 ./libstg_pinger.a -lpthread