forked from solstice/solstice
Fix Makefile
This commit is contained in:
1
Makefile
1
Makefile
@@ -22,6 +22,7 @@ $(BUILD_DIR)/%.o: $(SRC_DIR)/%.cpp | $(BUILD_DIR)
|
|||||||
$(CXX) $(CXXFLAGS) -c $< -o $@
|
$(CXX) $(CXXFLAGS) -c $< -o $@
|
||||||
|
|
||||||
install: $(TARGET)
|
install: $(TARGET)
|
||||||
|
mkdir -p /usr/lib/solstice
|
||||||
install -d $(BINDIR)
|
install -d $(BINDIR)
|
||||||
install -m 755 $(TARGET) $(BINDIR)/$(TARGET)
|
install -m 755 $(TARGET) $(BINDIR)/$(TARGET)
|
||||||
install -d $(LIBDIR)
|
install -d $(LIBDIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user