makefile: remove extra space

This commit is contained in:
yangxingwu 2023-06-06 09:47:50 +00:00
parent e98ef24bc0
commit 52ea1b2148

View File

@ -7,9 +7,9 @@
BUILDDIR ?= build BUILDDIR ?= build
override BUILDDIR := $(abspath $(BUILDDIR)) override BUILDDIR := $(abspath $(BUILDDIR))
.PHONY : all clean .PHONY: all clean
default : src.build default: src.build
TARGETS=src TARGETS=src