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 stripping to dwm target in Makefile
main
arg@10ksloc.org
18 years ago
parent
d54444cfd7
commit
82064af2d7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+ 1
- 0
Makefile
View File
@ -28,6 +28,7 @@ config.h:
dwm
:
${
OBJ
}
@echo LD
$@
@
${
CC
}
-o
$@
${
OBJ
}
${
LDFLAGS
}
@strip
$@
clean
:
@echo cleaning
Write
Preview
Loading…
Cancel
Save