diff --git a/Makefile b/Makefile index 907c0b1..81f0e4f 100755 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc LIBS = -CFLAGS = -O2 -g -Wno-unused-result +CFLAGS = -O2 -g -Wno-unused-result -static .PHONY: all clean