From bbfbacc75e9bcb8a8b9d81b5f2a06567734c2873 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Sat, 11 Apr 2026 22:28:39 -0400 Subject: fix some compiler error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35133a7..fa7465e 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ compile_flags: echo $(CFLAGS) | tr ' ' '\n' > compile_flags.txt clean: - rm -rf $(BIN) $(OBJDIR) + rm -rf $(BIN) $(OBJDIR) swenu-exes install: all install -m 755 ./$(BIN) $(PREFIX)/bin -- cgit v1.2.3