aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-03 17:39:48 -0300
committerEuAndreh <eu@euandre.org>2021-03-03 17:39:48 -0300
commit42a3d5b7379b8a691cc7aeddbd55f498c28a5156 (patch)
tree92b88007ea5838c814eb83adfba3ebf717733a63
parentComment all unused C code (diff)
downloadremembering-42a3d5b7379b8a691cc7aeddbd55f498c28a5156.tar.gz
remembering-42a3d5b7379b8a691cc7aeddbd55f498c28a5156.tar.xz
Remove sharedc dependency
-rw-r--r--Makefile2
-rw-r--r--TODOs.md3
-rw-r--r--aux/guix/manifest.scm3
3 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 48d0466..81b5ee4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
CC = c99
CFLAGS = -std=c99 -Wall -Wextra -Wpedantic -fPIC -g
LDFLAGS = -Wl,-rpath,$$LIBRARY_PATH
-LDLIBS = -lsharedc
+LDLIBS =
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
VERSION = 0.2.1
diff --git a/TODOs.md b/TODOs.md
index 1e6a1d2..3f29781 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -1,8 +1,5 @@
# Tasks
-## TODO -lsharedc isn't available via system path, only with Guix environment {#task-cbb71c0f-3c02-4002-a308-bc09ac6f09b4}
-- TODO in 2021-02-28
-
## TODO Rename PROFILE for LABEL? {#task-e3153cfb-b77a-4528-afa0-43b90f267d3d}
- TODO in 2021-01-31
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm
index c1086fc..388c824 100644
--- a/aux/guix/manifest.scm
+++ b/aux/guix/manifest.scm
@@ -20,5 +20,4 @@
posix-c99
clang-toolchain
valgrind
- fallible-latest
- sharedc-latest)))
+ fallible-latest)))