Skip to content

Commit 5fe82c7

Browse files
committed
Initial upload
0 parents  commit 5fe82c7

File tree

2 files changed

+399
-0
lines changed

2 files changed

+399
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
PREFIX ?= /usr/local
2+
3+
install:
4+
install -Dm755 devtest $(DESTDIR)/$(PREFIX)/bin/devtest
5+
6+
uninstall:
7+
$(RM) $(DESTDIR)/$(PREFIX)/bin/devtest

0 commit comments

Comments
 (0)