aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-01 23:39:00 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-01 23:39:00 +0200
commit7539f8c8804849294e100c5442e0397f4f4d2c40 (patch)
tree129fa0bb0f18604bd378724794c855e8e4d230dc /Makefile
parentStart moving to scheme structs. (diff)
downloadcalp-7539f8c8804849294e100c5442e0397f4f4d2c40.tar.gz
calp-7539f8c8804849294e100c5442e0397f4f4d2c40.tar.xz
Disabled bunch of old stuff, new stuff kinda builds.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfd080b8..c8e2fd6f 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ obj/%.scm.go: %.scm $(SO_FILES)
html: $(GO_FILES)
mkdir -p html
ln -sf ../static html
- module/main.scm html -f 2019-07-01 -t 2019-08-30 > html/index.html
+ module/main.scm html -f 2019-10-01 -t 2019-12-31 > html/index.html
tags: $(C_FILES) $(H_FILES)
ctags -R