From d784256c29d87e26978b3f3656ceb7fc76fd7913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 3 Aug 2020 12:53:58 +0200 Subject: Update README with new build instructions. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 097629d9..00cbc560 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ GUILE_C_FLAGS = -Lmodule \ -Wmacro-use-before-definition -Warity-mismatch \ -Wduplicate-case-datum -Wbad-case-datum -all: $(GO_FILES) +all: $(GO_FILES) README obj/%.scm.go: %.scm @mkdir -p obj @@ -29,5 +29,8 @@ install: rsync -a static $(DESTDIR)/usr/share/calp/www # TODO main, tzget +README: README.in + ./main text < README.in | sed "s/<>/`date -I`/" > README + test: tests/run-tests.scm -- cgit v1.2.3