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
dist target only needs to add config.default.h
config
Anselm R. Garbe
17 years ago
parent
73e2aba341
commit
e0a6dee30d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -35,7 +35,7 @@ clean:
dist
:
clean
@echo creating dist tarball
@mkdir -p dwm-
${
VERSION
}
@cp -R LICENSE Makefile README config.
*
.h config.mk
\
@cp -R LICENSE Makefile README config.
default
.h config.mk
\
dwm.1 dwm.h tile.h
${
SRC
}
dwm-
${
VERSION
}
@tar -cf dwm-
${
VERSION
}
.tar dwm-
${
VERSION
}
@gzip dwm-
${
VERSION
}
.tar
Write
Preview
Loading…
Cancel
Save