X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/90e389f6ec12e60a62c362296ffcf314feb5b03d..c3d4d096451b5c683492e81574b302e5486950e1:/stglibs/locker.lib/Makefile diff --git a/stglibs/locker.lib/Makefile b/stglibs/locker.lib/Makefile deleted file mode 100644 index c490ce69..00000000 --- a/stglibs/locker.lib/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.2 2008/12/04 17:11:55 faust Exp $ -############################################################################### - -LIB_NAME = stglocker -PROG = lib$(LIB_NAME) - -SRCS = locker.cpp - -INCS = locker.h - -LIBS = $(LIB_THREAD) - -include ../Makefile.in