summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-11-19 10:30:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-11-19 10:30:07 +0000
commit558575655731d37f0e89a23186be68554994f923 (patch)
tree5b8e679b2b2ae05286fd23958fdd1ba37fbe2f65 /Makefile
parentc016772849a1bc03d8ee4ef354c00cac34695735 (diff)
downloadabuild-558575655731d37f0e89a23186be68554994f923.tar.bz2
abuild-558575655731d37f0e89a23186be68554994f923.tar.xz
Makefile: target for .gitignore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 777207f..1f8e11c 100644
--- a/Makefile
+++ b/Makefile
@@ -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