aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-22 09:12:20 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-22 09:12:20 +0100
commit2124cd25740fb5a4081ef20305e9b8fdbdfa47f6 (patch)
treeffd68f2bc50fe2a4ea63bf60ebc40d05a7b8a422 /Makefile
parentd506146c55ffa28ed8f5ba2d7ebd496e60e6a8d4 (diff)
downloadsdep-2124cd25740fb5a4081ef20305e9b8fdbdfa47f6.tar.gz
sdep-2124cd25740fb5a4081ef20305e9b8fdbdfa47f6.zip
forgot to add script to Makefile
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72b36b4..bbc983f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ VERSION = 0.1
5PREFIX = /usr/local 5PREFIX = /usr/local
6MANPREFIX = ${PREFIX}/share/man 6MANPREFIX = ${PREFIX}/share/man
7SDEPDATA = ${HOME}/.local/share/sdep 7SDEPDATA = ${HOME}/.local/share/sdep
8SCRIPTS = sdep-add sdep-checknow sdep-clear sdep-edit sdep-list 8SCRIPTS = sdep-add sdep-checknow sdep-clear sdep-edit sdep-list sdep-checkpast
9 9
10CPPFLAGS = -D_XOPEN_SOURCE=700 -DVERSION=\"${VERSION}\" 10CPPFLAGS = -D_XOPEN_SOURCE=700 -DVERSION=\"${VERSION}\"
11CFLAGS = -pedantic -Wall -Os ${CPPFLAGS} 11CFLAGS = -pedantic -Wall -Os ${CPPFLAGS}

Generated with cgit - Back to sebastiano.tronto.net