Skip to content

Commit

Permalink
Makefile: clean also remove tcp client and server
Browse files Browse the repository at this point in the history
  • Loading branch information
florath committed Mar 9, 2015
1 parent 402e08c commit 3cc5c8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ test/java/EchoClient.class: test/java/EchoClient.java

.PHONY: clean
clean:
rm -f libdontdie.so* test/Cperformance/perf test/java/EchoClient.class
rm -f libdontdie.so* test/Cperformance/perf test/java/EchoClient.class \
test/Cblackbox/tcp_server test/Cblackbox/tcp_client

0 comments on commit 3cc5c8a

Please sign in to comment.