This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
added gmake compliance
main
arg@10ksloc.org
18 years ago
parent
72608f0d5a
commit
05a618b06e
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@ -23,8 +23,8 @@ options:
${OBJ}
:
dwm
.
h
config
.
h
${OBJ}
:
dwm
.
h
config
.
h
config.h
:
${
CONFIG
}
config.h
:
${
CONFIG
}
@echo creating
$@
from
$>
@cp
$>
$@
@echo creating
$@
from
${
CONFIG
}
@cp
${
CONFIG
}
$@
dwm
:
${
OBJ
}
dwm
:
${
OBJ
}
@echo LD
$@
@echo LD
$@
Write
Preview
Loading…
Cancel
Save