diff --git a/Makefile b/Makefile index 8cf29db..15cd6c5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ PREFIX:=/usr/local CFLAGS=--std=c99 -O3 -Wall -Werror -Wextra -pedantic -DESTDIR=/ .PHONY: clean install uninstall test