diff --git a/Makefile b/Makefile index 5ae8658..0385608 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ RCFLAGS = -O3 -s LDFLAGS = # Destination directory -DESTDIR ?= $(realpath .)/binary/ +DESTDIR ?= $(realpath .)/binary ############################################## ### Do not modify anything below this line ###