From 4c40a4dc245f7715f4891ed02d71475628e7a959 Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 20 Jun 2022 19:54:29 +0000 Subject: new directory structure --- wmname/config.mk | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 wmname/config.mk (limited to 'wmname/config.mk') diff --git a/wmname/config.mk b/wmname/config.mk deleted file mode 100644 index 6b58a5c..0000000 --- a/wmname/config.mk +++ /dev/null @@ -1,23 +0,0 @@ -include ../config.mk -# wmname version -VERSION = 0.1 - -# Customize below to fit your system - -MANPREFIX = ${PREFIX}/share/man - -X11INC = /usr/X11R6/include -X11LIB = /usr/X11R6/lib - -# includes and libs -INCS = -I. -I/usr/include -I${X11INC} -LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 - -# flags -CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -s ${LIBS} - -# compiler and linker -CC = cc -LD = ${CC} -- cgit v1.2.3