Skip to content

Commit

Permalink
opti: makefile add clean (uNetworking#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForrestSu authored and uNetworkingAB committed Jan 1, 2020
1 parent 02b2af5 commit 4173938
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ examples:

all:
make examples
cd fuzzing && make && rm -f *.o
cd benchmarks && make && rm -f *.o
make -C fuzzing
make -C benchmarks
clean:
rm -rf $(EXAMPLE_FILES) $(THREADED_EXAMPLE_FILES)
rm -rf fuzzing/*.o benchmarks/*.o

0 comments on commit 4173938

Please sign in to comment.