Skip to content

Commit

Permalink
distro makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Sep 16, 2015
1 parent 5acf818 commit 140da13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ release_filelist:
find * -type f | grep -v "pod-build" | grep -v "\.valgrind" | grep -v "\.viewer-prefs" | grep -v "\.out" | grep -v "\.autosave" | grep -v "\.git" | grep -v "\.tmp" | grep -v "drake_config\.mat" | grep -v "DoxygenMatlab" | grep -v "\.aux" | grep -v "\.d" | grep -v "\.log" | grep -v "\.bib"
find drake/pod-build/lib -type f
-find pod-build/bin -type f 2> /dev/null
echo "drake/pod-build/CMakeCache.txt"

.PHONY: clean
clean:
Expand Down

0 comments on commit 140da13

Please sign in to comment.