Fix makefile

This commit is contained in:
Maurizio Porrato 2023-10-17 09:04:24 +01:00
parent 74d954ac21
commit bb429e9941
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FORMAT = clang-format -i
BIN = dsk2img
TESTS = test-lzw
.PHONY: all strip clean format
.PHONY: all tests strip clean format
all: $(BIN)
tests: $(TESTS)