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
makefile: *.o depend on draw.h
master
Connor Lane Smith
13 years ago
parent
dc77337ef3
commit
168221b2f8
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -18,7 +18,7 @@ options:
@echo CC -c $<
@echo CC -c $<
@
${
CC
}
-c $<
${
CFLAGS
}
@
${
CC
}
-c $<
${
CFLAGS
}
${OBJ}
:
config
.
mk
${OBJ}
:
config
.
mk
draw
.
h
dmenu
:
dmenu
.
o
draw
.
o
dmenu
:
dmenu
.
o
draw
.
o
@echo CC -o
$@
@echo CC -o
$@
Write
Preview
Loading…
Cancel
Save