8000 Updated: Makefile · betterfetch/betterfetch-cpp@9b1a23f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b1a23f

Browse files
Updated: Makefile
1 parent d1c5b8b commit 9b1a23f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,10 @@ $(BUILD_DIR)/%.o: $(SRC_DIR)/%.cpp
3535
clean:
3636
rm -rf $(BUILD_DIR)
3737

38-
.PHONY: all clean
38+
.PHONY: all clean
39+
40+
install: all
41+
install -d $(DESTDIR)/usr/local/bin
42+
install $(TARGET) $(DESTDIR)/usr/local/bin/betterfetch
43+
44+
.PHONY: all clean install

0 commit comments

Comments
 (0)
0