diff -r c9188930a16f -r 38269b62d856 config.mk --- a/config.mk Sat Feb 12 13:48:14 2011 +0300 +++ b/config.mk Sat Feb 12 15:10:08 2011 +0300 @@ -1,6 +1,3 @@ -# dwm version -VERSION = 5.9 - # Customize below to fit your system # paths @@ -14,12 +11,11 @@ # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -D_BSD_SOURCE=1 CFLAGS = -g -std=c++0x -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS} -#LDFLAGS = -s ${LIBS} OBJS = walker.o scan.o -# magi.o # compiler and linker CC = cc +CXX = c++ +