minor spacing issue in Makefile

This commit is contained in:
Fufu Fang 2021-05-26 00:39:00 +01:00
parent 465d3d48da
commit 0f7a97bcba
No known key found for this signature in database
GPG Key ID: 0F6BB5EF6F8BB729
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
VERSION=1.2.0
VERSION = 1.2.0
CFLAGS += -O2 -Wall -Wextra -Wshadow -rdynamic -D_GNU_SOURCE\
-D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\"\