tangled
alpha
login
or
join now
stau.space
/
costas
0
fork
atom
Permutation matrices research.
0
fork
atom
overview
issues
pulls
pipelines
fix: Add clean to .PHONY
Diego A. Estrada Rivera
1 year ago
7928f7c9
87251976
+1
-1
1 changed file
expand all
collapse all
unified
split
Makefile
+1
-1
Makefile
···
15
15
format:
16
16
clang-format -i $(shell find src/ -type f)
17
17
18
18
-
.PHONY: clean
18
18
+
.PHONY: clean build/a.out
19
19
20
20
clean:
21
21
rm -f build/*