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
using SRC instead of *.c
config
arg@10ksloc.org
18 years ago
parent
f80688f1c7
commit
7315bb08ad
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
@ -37,7 +37,7 @@ clean:
dist
:
clean
mkdir -p dwm-
${
VERSION
}
cp -R Makefile README LICENSE config.mk dwm.h config.*.h
\
*.c
${
MAN1
}
dwm-
${
VERSION
}
${
SRC
}
${
MAN1
}
dwm-
${
VERSION
}
tar -cf dwm-
${
VERSION
}
.tar dwm-
${
VERSION
}
gzip dwm-
${
VERSION
}
.tar
rm -rf dwm-
${
VERSION
}
Write
Preview
Loading…
Cancel
Save