Redundant slash
All checks were successful
The build was successful.

This commit is contained in:
2018-08-10 08:44:58 +02:00
parent bfbe97255c
commit 0561c5f901

View File

@@ -11,7 +11,7 @@ RCFLAGS = -O3 -s
LDFLAGS =
# Destination directory
DESTDIR ?= $(realpath .)/binary/
DESTDIR ?= $(realpath .)/binary
##############################################
### Do not modify anything below this line ###