Skip to content

Commit 254b126

Browse files
committed
Adding simple makefile to repo.
1 parent f15d033 commit 254b126

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
usage:
2+
@echo
3+
@echo Makefile for yajl-py
4+
@echo
5+
@echo Targets
6+
@echo " install :" easy_install yajl-py
7+
@echo " test :" run yajl-py tests
8+
9+
install:
10+
easy_install .
11+
12+
test:
13+
nosetests -v tests/

0 commit comments

Comments
 (0)