summary refs log tree commit diff
path: root/port/file2c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'port/file2c/Makefile')
-rw-r--r--port/file2c/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/port/file2c/Makefile b/port/file2c/Makefile
new file mode 100644
index 00000000..5917b82d
--- /dev/null
+++ b/port/file2c/Makefile
@@ -0,0 +1,9 @@
+file2c:
+
+clean:
+	rm -f file2c
+
+install: file2c file2c.1
+	mkdir -p ~/.local/bin ~/.local/share/man/man1
+	cp file2c ~/.local/bin
+	cp file2c.1 ~/.local/share/man/man1
3691687ef1aafdda62d3bb&follow=1'>Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe