Commit e2097dbf68e34907595da659127f796bf0530ad8

Darren Embry 2023-11-22T15:05:09

make clean

1
2
3
4
5
6
7
8
9
10
11
diff --git a/Makefile b/Makefile
index f7980cb..bff933e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,3 +20,6 @@ fonts/%.svg: sfd/%.sfd Makefile bin/convert.py
 	bin/convert.py "$<" "$@"
 fonts/%.otf: sfd/%.sfd Makefile bin/convert.py
 	bin/convert.py "$<" "$@"
+
+clean:
+	/bin/rm $(TTF) $(WOFF) $(WOFF2) $(SVG) $(OTF) >/dev/null 2>/dev/null || true