Permutation matrices research.

fix: Add clean to .PHONY

+1 -1
+1 -1
Makefile
··· 15 15 format: 16 16 clang-format -i $(shell find src/ -type f) 17 17 18 - .PHONY: clean 18 + .PHONY: clean build/a.out 19 19 20 20 clean: 21 21 rm -f build/*