From 29f9966c0bb39bc1826ca3249d3bf18e471bf2bf Mon Sep 17 00:00:00 2001 From: liheng <159103134+lmliheng@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:55:51 +0800 Subject: [PATCH] Update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0a04c15..988e961 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ TARGET = cil all: $(OBJFILES) $(TARGET) +.PHONY: objs objs: mkdir -p objs