added Solaris hints

This commit is contained in:
arg@mig29 2006-12-18 14:39:34 +01:00
parent 58e6866d86
commit 71fd06f843
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# dwm version
VERSION = 2.7
VERSION = 2.8
# Customize below to fit your system
@ -20,6 +20,11 @@ LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = ${LIBS}
#CFLAGS += -xtarget=ultra
# compiler and linker
CC = cc
LD = ${CC}