diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-19 10:42:51 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-19 10:42:51 -0500 |
| commit | 120b0999b4d996f4e9a0d78975f7ef4923b95e7e (patch) | |
| tree | 8cf3fa8dc6069b1f4cfe6a874be428cb38cb744b /sd/tabbed-0.6/config.mk | |
| parent | e2dbb81b9144fd8be2eb89617db38fd361079fed (diff) | |
Remove tmp dir
Former-commit-id: f9a9e87a5573b8c6549d802405fa53c78ec419b9
Diffstat (limited to 'sd/tabbed-0.6/config.mk')
| -rw-r--r-- | sd/tabbed-0.6/config.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sd/tabbed-0.6/config.mk b/sd/tabbed-0.6/config.mk deleted file mode 100644 index 5279711..0000000 --- a/sd/tabbed-0.6/config.mk +++ /dev/null @@ -1,25 +0,0 @@ -# tabbed version -VERSION = 0.6 - -# Customize below to fit your system - -# paths -PREFIX = /usr/local -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 - |