mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 01:26:24 -05:00
Clean out the tests before creating distribution archive
This commit is contained in:
@@ -158,6 +158,7 @@ dist $(distfile):
|
||||
-name '*.orig' -o \
|
||||
-name '.#*' \) \
|
||||
-exec rm -f {} \;
|
||||
if test -f $(distdir)/test/Makefile; then (cd $(distdir)/test && make distclean); fi
|
||||
tar cvf - $(distdir) | gzip --best >$(distfile)
|
||||
rm -rf $(distdir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user