commit ebb786f05e85c540cbcf0ed094912aefc6661d4a
parent 972fb8feae056134ed6a130f47cd030abbf6eba0
Author: Sean Enck <sean@ttypty.com>
Date: Mon, 22 Apr 2024 19:09:55 -0400
renamed dir previously, need to remove it
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -26,7 +26,7 @@ runs: $(TARGET)
cd tests && $(VARS) ./run.sh
clean:
- @rm -rf $(BUILD) tests/bin
+ @rm -rf $(BUILD) tests/testdata
@find internal/ -type f -wholename "*testdata*" -delete
@find internal/ -type d -empty -delete