summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-05-02 18:02:47 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-05-02 18:02:47 -0400
commit889b35ebd1659d7e14deee8b3c6cf63d2237ff9e (patch)
tree4ce4c9df59c03d78038f88602c31a60d9daec137 /Makefile
parentadd more escape codes to printf (diff)
downloadlazysphere-889b35ebd1659d7e14deee8b3c6cf63d2237ff9e.tar.gz
lazysphere-889b35ebd1659d7e14deee8b3c6cf63d2237ff9e.tar.bz2
lazysphere-889b35ebd1659d7e14deee8b3c6cf63d2237ff9e.zip
fix ls segfault
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 708443e..ba4984d 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,6 @@ CCFLAGS = -std=c99 -Wall -Wextra -pedantic -O2
CCFLAGS += -D_DEFAULT_SOURCE -DMAJOR=$(MAJOR) -DMINOR=$(MINOR) -DPATCH=$(PATCH) -DCHECK_LINK
CCFLAGS += $(INCFLAGS)
-LDFLAGS = -s
LDFLAGS += $(INCFLAGS)
BIN = bin