aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-07 15:27:28 -0300
committerEuAndreh <eu@euandre.org>2024-10-07 15:27:28 -0300
commit5ef6a026739db2eb11bf98a3a85d2f3583f9fa5b (patch)
tree59d91e5d87657c303adbb89fbc76ffa457d1167e /Makefile
parenttests/golite.go: Change FTS3/FTS4 tests in favor of FTS5 (diff)
downloadgolite-5ef6a026739db2eb11bf98a3a85d2f3583f9fa5b.tar.gz
golite-5ef6a026739db2eb11bf98a3a85d2f3583f9fa5b.tar.xz
Makefile: Remove .so from .SUFFIXES
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0016f2..235cdb2 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ GOLDFLAGS = -L $(GOLIBDIR)
.SUFFIXES:
-.SUFFIXES: .go .a .c .o .so .bin .bin-check
+.SUFFIXES: .go .a .c .o .bin .bin-check
.c.o:
$(CC) $(CFLAGS) -o $@ -c $<