From dada2f377571ae2a1afa429fc124325714ed139c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 24 Jun 2020 12:28:49 +0200 Subject: [PATCH] Makefile update --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f373c4f..b6ad994 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ .PHONY: all clean install uninstall tncattach compiler = gcc -flags = -std=gnu11 -lm +flags = -std=gnu11 -static-libgcc all: tncattach rebuild: clean all