X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Makefile;h=dd67f8ff6fc9e2bed18b145743a32f0274a7b256;hb=d2f4c8720ae2326fac4203fa4984d835e875b355;hp=156d5cb20d9dd64b0b64548b98b810e556cf23d6;hpb=fda38181732e58537331c919dd699eaa830ead50;p=blank.git diff --git a/Makefile b/Makefile index 156d5cb..dd67f8f 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,9 @@ test: blank.test ./blank.test clean: - rm -df $(OBJ) $(DEP) $(DIR) + rm -f $(OBJ) + rm -f $(DEP) + find build -type d -empty -delete distclean: clean rm -f $(BIN) cachegrind.out.* callgrind.out.*