This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
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
fixed config.mk dep
master
Connor Lane Smith
14 years ago
parent
c1241bcba3
commit
da81f57f6d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@ -3,7 +3,7 @@
i
n
c
l
u
d
e
c
o
n
f
i
g
.
m
k
all
:
options
dmenu
dmenu_path
config
.
mk
all
:
options
dmenu
dmenu_path
options
:
@echo dmenu build options:
@ -14,7 +14,7 @@ options:
dmenu
:
dmenu
.
o
draw
.
o
dmenu_path
:
dmenu_path
.
o
.c.o
:
.c.o
:
config
.
mk
@echo CC -c $<
@
${
CC
}
-c $<
${
CFLAGS
}
Write
Preview
Loading…
Cancel
Save