From 5ef6a026739db2eb11bf98a3a85d2f3583f9fa5b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 7 Oct 2024 15:27:28 -0300 Subject: Makefile: Remove .so from .SUFFIXES --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $< -- cgit v1.2.3