Skip to content

Commit

Permalink
find . -> find src
Browse files Browse the repository at this point in the history
  • Loading branch information
mli committed Apr 12, 2015
1 parent 56ed07d commit 52fc03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TEST_MAIN = build/test_main.o

clean:
rm -rf build
find . -name "*.pb.[ch]*" -delete
find src -name "*.pb.[ch]*" -delete

ps: $(PS_LIB) $(PS_MAIN) $(TEST_MAIN)

Expand Down

0 comments on commit 52fc03f

Please sign in to comment.