Add exit button

This commit is contained in:
Alicia Moore
2026-06-22 23:05:55 -07:00
parent 9d35b244c2
commit d8906cd56e
2 changed files with 23 additions and 1 deletions
+3
View File
@@ -12,6 +12,9 @@ $(TARGET): $(SRCS)
run: $(TARGET)
./$(TARGET)
install:
cp olympuswifi /usr/local/bin/
clean:
rm -f $(TARGET)