Skip to content

Commit

Permalink
Make sure I don't delete the 'build' dir again
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonliam committed Sep 1, 2013
1 parent 2c3fd39 commit 47320cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mjpg-streamer-experimental/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ clean:
make -C plugins/input_http $@
rm -f *.a *.o $(APP_BINARY) core *~ *.so *.lo
rm -f -r plugins/input_raspicam/build/*
echo "This folder is where the plugin gets built" > plugins/input_raspicam/build/Readme.md

# useful to make a backup "make tgz"
tgz: clean
Expand Down

0 comments on commit 47320cd

Please sign in to comment.