Skip to content

Commit

Permalink
Add target "clean" to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneNyffenegger committed May 22, 2024
1 parent bf89e6a commit 951de60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ test-11.o: test.cpp

test-17.o: test.cpp
g++ -std=c++17 $(WARNINGS) -c test.cpp -o test-17.o

clean:
rm -f *.o
rm -f base64-test-*

0 comments on commit 951de60

Please sign in to comment.