Skip to content

Commit

Permalink
Whoops, clean files in the dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 17, 2006
1 parent 6f7b1c5 commit e3f90aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -150,7 +150,7 @@ dist $(distfile):
tar cf - $(DIST) | (cd $(distdir); tar xf -)
cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h
rm -rf `find $(distdir) -name .svn`
find $(srcdir) \( \
find $(distdir) \( \
-name '*~' -o \
-name '*.bak' -o \
-name '*.old' -o \
Expand Down

0 comments on commit e3f90aa

Please sign in to comment.