From 2e4dbce100f45e2dc12a9e5d18e647be64c1bd35 Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Wed, 28 Jan 2026 20:24:15 +1100 Subject: [PATCH] Fix Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 59524db..a05d3a2 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ $(BUILD_DIR)/%.o: $(SRC_DIR)/%.cpp | $(BUILD_DIR) $(CXX) $(CXXFLAGS) -c $< -o $@ install: $(TARGET) + mkdir -p /usr/lib/solstice install -d $(BINDIR) install -m 755 $(TARGET) $(BINDIR)/$(TARGET) install -d $(LIBDIR)