aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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