Commit 821eb62d authored by "Steven J. Hill"'s avatar "Steven J. Hill"
Browse files

When cleaning, get rid of the binary from the filesystem area too.

parent 7fdce37c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ endif
strace: uclibc $(TARGET_DIR)/usr/bin/strace 

strace-clean: 
	rm -f $(TARGET_DIR)/usr/bin/strace
	$(MAKE) -C $(STRACE_DIR) clean

strace-dirclean: