Redundant slash
The build was successful. 詳情

This commit is contained in:
Rafal Kupiec 2018-08-10 08:44:58 +02:00
父節點 bfbe97255c
當前提交 0561c5f901
簽署人: belliash
GPG 金鑰 ID: 4E829243E0CFE6B4
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

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