summaryrefslogtreecommitdiff
path: root/utils/tabbed/config.mk
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2023-03-19 11:03:31 -0500
committerstkhan <personal@slickd.xyz>2023-03-19 11:03:31 -0500
commitf8b20c49e9e2c5ded847f5ff964d07b3148117ee (patch)
treeade3ab2be2fc90c7c6fb6c686fea6dc240fd1284 /utils/tabbed/config.mk
parent3cfd05f026f56149d96dde75727f4ca5dd417ca6 (diff)
remove tabbed
Diffstat (limited to 'utils/tabbed/config.mk')
-rw-r--r--utils/tabbed/config.mk25
1 files changed, 0 insertions, 25 deletions
diff --git a/utils/tabbed/config.mk b/utils/tabbed/config.mk
deleted file mode 100644
index 426c93b..0000000
--- a/utils/tabbed/config.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-include ../../config.mk
-# tabbed version
-VERSION = 0.6
-
-# Customize below to fit your system
-
-# paths
-MANPREFIX = ${PREFIX}/share/man
-
-# includes and libs
-INCS = -I. -I/usr/include
-LIBS = -L/usr/lib -lc -lX11
-
-# flags
-CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
-CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
-
-# Solaris
-#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
-#LDFLAGS = ${LIBS}
-
-# compiler and linker
-CC = cc
-