Browse Source

simplified Makefile

master
Anselm R. Garbe 18 years ago
parent
commit
789717d109
2 changed files with 2 additions and 3 deletions
  1. +2
    -2
      Makefile
  2. +0
    -1
      config.mk

+ 2
- 2
Makefile View File

@ -8,10 +8,10 @@ OBJ = ${SRC:.c=.o}
MAN1 = dwm.1
BIN = dwm
all: config dwm
all: options dwm
@echo finished
config:
options:
@echo dwm build options:
@echo "LIBS = ${LIBS}"
@echo "CFLAGS = ${CFLAGS}"


+ 0
- 1
config.mk View File

@ -2,7 +2,6 @@
# paths
PREFIX = /usr/local
CONFPREFIX = ${PREFIX}/etc
MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include


Loading…
Cancel
Save