This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
simplified Makefile
config
Anselm R. Garbe
18 years ago
parent
605630c145
commit
789717d109
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+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
Write
Preview
Loading…
Cancel
Save