aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-23 00:12:27 -0300
committerEuAndreh <eu@euandre.org>2021-02-23 00:12:27 -0300
commite11b4db2a3bd4fea77ad67569196055f241d1649 (patch)
tree0e86672e618ca1ee1879d57c4d7916b77170f271 /Makefile
parentAdd aux/workflow/public.sh, update aux/workflow/README.sh (diff)
downloadremembering-e11b4db2a3bd4fea77ad67569196055f241d1649.tar.gz
remembering-e11b4db2a3bd4fea77ad67569196055f241d1649.tar.xz
Use plain Makefile over ./configure + Makefile.in
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