aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2026-04-11 22:28:39 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2026-04-11 22:28:39 -0400
commitbbfbacc75e9bcb8a8b9d81b5f2a06567734c2873 (patch)
tree0553947878040daee598d17a5aca600fa8134c4b /Makefile
parent820afc0d5af5d1536ecb7faaac86d01e788dacdf (diff)
fix some compiler error
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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