aboutsummaryrefslogtreecommitdiffstats
path: root/conkeror/.conkerorrc/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'conkeror/.conkerorrc/GNUmakefile')
-rw-r--r--conkeror/.conkerorrc/GNUmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/conkeror/.conkerorrc/GNUmakefile b/conkeror/.conkerorrc/GNUmakefile
new file mode 100644
index 0000000..82e5b9b
--- /dev/null
+++ b/conkeror/.conkerorrc/GNUmakefile
@@ -0,0 +1,6 @@
+include ../../dotfiles.mk
+
+all: init.js
+
+%.js: %.org
+ $(call tangle,js)