Browse code

Add Makefile

Robert Cranston authored on 22/11/2024 01:44:30
Showing 1 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+.POSIX:
2
+
3
+.PHONY: all
4
+all:
5
+
6
+# Remove `.gitignore`d files interactively.
7
+.PHONY: clean
8
+clean:
9
+	git clean -Xi