From 6e4bd1baab433a18f0b6bdc65b5629fe99091965 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 12 Feb 2018 01:45:24 -0700 Subject: [PATCH] Cleanup examples files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19e177f..8609af7 100644 --- a/Makefile +++ b/Makefile @@ -91,5 +91,5 @@ clean: @rm -rf $(DIGFILED)/*.o $(DIGFILESD)/*.o $(DIGFILERD)/*.o src/snark/*.o @cd tools/Input ; make clean @cd tools/Display ; make clean - + @cd examples ; make clean -- 2.34.1