Add clean make command

This commit is contained in:
Ilan Cosman 2023-02-18 08:43:57 -08:00
parent 3e15d0d242
commit 4a340ab1fb

View File

@ -25,3 +25,7 @@ test: install littlecheck.py
@fish tests/test_setup.fish
@_tide_remove_unusable_items
@_tide_cache_variables; python3 littlecheck.py --progress tests/**.test.fish
.PHONY: clean
clean:
@rm littlecheck.py