Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
55857565
Commit
55857565
authored
Nov 19, 2010
by
Natanael Copa
Browse files
Makefile: target for .gitignore
parent
c0167728
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
55857565
...
...
@@ -86,4 +86,11 @@ $(P).tar.bz2: $(DISTFILES)
tar
-cjf
$@
$(P)
rm
-rf
$(P)
.gitignore
:
Makefile
echo
"*.tar.bz2"
>
$@
for
i
in
$(USR_BIN_FILES)
;
do
\
echo
$$
i
>>
$@
;
\
done
.PHONY
:
install dist
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment