From 0561c5f901c4e339da0ba67fd9cc040d5885d5cd Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 10 Aug 2018 08:44:58 +0200 Subject: [PATCH] Redundant slash --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ###