makefile: remove extra space

This commit is contained in:
yangxingwu 2023-06-06 09:47:50 +00:00
parent e98ef24bc0
commit 52ea1b2148
1 changed files with 2 additions and 2 deletions

View File

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