Compile fix on armhf

This commit is contained in:
Mark Qvist
2020-05-26 21:37:21 +02:00
parent 85ebb3d7b1
commit 57f0336fda
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
.PHONY: all clean install tncattach
compiler = gcc
flags = -lm
flags = -std=gnu11 -lm
all: tncattach
rebuild: clean all