mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 17:16:19 -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