From 52ea1b214802fc37ef4baa29eb19942dcbf0a187 Mon Sep 17 00:00:00 2001 From: yangxingwu Date: Tue, 6 Jun 2023 09:47:50 +0000 Subject: [PATCH] makefile: remove extra space --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 43729f8..f652b78 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,9 @@ BUILDDIR ?= build override BUILDDIR := $(abspath $(BUILDDIR)) -.PHONY : all clean +.PHONY: all clean -default : src.build +default: src.build TARGETS=src