Skip to content

Commit 8fc4cff

Browse files
committed
add makefile targets
1 parent af125e4 commit 8fc4cff

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1+
.PHONY: install install-node compile lint test
2+
install:
3+
echo "Nothing to install"
4+
install-node:
5+
echo "Nothing to install"
6+
compile:
7+
echo "Nothing to compile"
8+
lint:
9+
echo "Nothing to lint"
10+
test:
11+
echo "Nothing to test"
112
%:
213
@$(MAKE) -f /usr/local/share/eps/Mk/common.mk $@

0 commit comments

Comments
 (0)