From: Kevin M. Rosenberg Date: Mon, 12 Feb 2018 08:45:24 +0000 (-0700) Subject: Cleanup examples files X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=6e4bd1baab433a18f0b6bdc65b5629fe99091965;p=snark14.git Cleanup examples files --- 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