X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/980332313bffde590173f76fd006837e0c8f3bed..46b0747592074017ff0ea4b33d4a7194235886e5:/stglibs/common.lib/Makefile?ds=inline diff --git a/stglibs/common.lib/Makefile b/stglibs/common.lib/Makefile deleted file mode 100644 index 1f662c25..00000000 --- a/stglibs/common.lib/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.9 2010/01/21 13:02:12 faust Exp $ -############################################################################### - -include ../../Makefile.conf - -LIB_NAME = stgcommon - -SRCS = common.cpp \ - strptime.cpp - -INCS = common.h - -LIBS += $(LIBICONV) - -include ../Makefile.in