From 0f23d50c8291b23799e55c8653c15f16c0d752d0 Mon Sep 17 00:00:00 2001 From: pk33 Date: Sun, 3 Nov 2024 03:41:54 +0100 Subject: VT switcher fix --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 0990286..d3255f2 100644 --- a/makefile +++ b/makefile @@ -22,8 +22,9 @@ CFLAGS = -march=native -mtune=native -std=c99 -static -w -Wall -Werror -Wextra - $(PROJECT): $(OBJS) $(CC) $(CFLAGS) $(LIBS) -o $(.TARGET) $(.OODATE) + mkdir -p $(PDIR) mv $(.TARGET) $(.ALLSRC:T) $(PDIR) clean: - rm bin/*.out + rm bin/*.o -- cgit v1.2.3