(*)~fixed makefile clean recipe

This commit is contained in:
2023-07-10 14:15:23 +01:00
parent d9e8ccb3b2
commit d30043274d

View File

@@ -17,4 +17,5 @@ run: $(OUT)
./$^
.PHONY: clean
clean:
rm -v *.out;