diff options
| author | stkhan <personal@slickd.xyz> | 2022-06-20 19:54:29 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-06-20 19:54:29 +0000 |
| commit | 4c40a4dc245f7715f4891ed02d71475628e7a959 (patch) | |
| tree | fa52419490b5a0d89d746f6e3a0b0c1e675b7726 /tabbed/config.mk | |
| parent | 513b0e238b98f72a01d740a0bd99a3739918645c (diff) | |
new directory structure
Diffstat (limited to 'tabbed/config.mk')
| -rw-r--r-- | tabbed/config.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tabbed/config.mk b/tabbed/config.mk deleted file mode 100644 index 3d3168b..0000000 --- a/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 - |