aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile (renamed from Makefile.in)6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile
index 0f3c5ed..3688316 100644
--- a/Makefile.in
+++ b/Makefile
@@ -3,10 +3,10 @@ CC = c99
CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g -DVERSION='"$(VERSION)"' -DDATE='"$(DATE)"'
LDFLAGS =
LDLIBS =
-PREFIX = @PREFIX@
+PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
-VERSION = @VERSION@
-DATE = @DATE@
+VERSION = 0.2.0
+DATE = 2021-02-21
sources = src/remembering.c