diff options
author | EuAndreh <eu@euandre.org> | 2024-10-07 15:27:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-07 15:27:28 -0300 |
commit | 5ef6a026739db2eb11bf98a3a85d2f3583f9fa5b (patch) | |
tree | 59d91e5d87657c303adbb89fbc76ffa457d1167e /Makefile | |
parent | tests/golite.go: Change FTS3/FTS4 tests in favor of FTS5 (diff) | |
download | golite-5ef6a026739db2eb11bf98a3a85d2f3583f9fa5b.tar.gz golite-5ef6a026739db2eb11bf98a3a85d2f3583f9fa5b.tar.xz |
Makefile: Remove .so from .SUFFIXES
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< |