This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
changed the files included in make dist
master
arg@10ksloc.org
19 years ago
parent
dc5c070c44
commit
f80688f1c7
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Makefile
+ 2
- 1
Makefile
View File
@ -36,7 +36,8 @@ clean:
dist
:
clean
mkdir -p dwm-
${
VERSION
}
cp -R Makefile README LICENSE config.mk *.h *.c
${
MAN1
}
dwm-
${
VERSION
}
cp -R Makefile README LICENSE config.mk dwm.h config.*.h
\
*.c
${
MAN1
}
dwm-
${
VERSION
}
tar -cf dwm-
${
VERSION
}
.tar dwm-
${
VERSION
}
gzip dwm-
${
VERSION
}
.tar
rm -rf dwm-
${
VERSION
}
Write
Preview
Loading…
Cancel
Save