Skip to content

Commit e589e92

Browse files
committed
Add screenshot and Makefile.
1 parent 393835f commit e589e92

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Makefile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DESTDIR=/
2+
3+
all: install
4+
5+
install:
6+
mkdir -p $(DESTDIR)/usr/bin/ || true
7+
mkdir -p $(DESTDIR)/usr/lib/phpfetch/ || true
8+
9+
install phpfetch $(DESTDIR)/usr/bin/phpfetch
10+
install logo.txt $(DESTDIR)/usr/lib/phpfetch/logo.txt
11+
sed -i 's|logo.txt|/usr/lib/phpfetch/logo.txt|g' $(DESTDIR)/usr/bin/phpfetch

screenshot.png

48.5 KB
Loading

0 commit comments

Comments
 (0)