Skip to content

Commit 97b7725

Browse files
committed
Verfied the check targets on 14.04.
1 parent 8d65f51 commit 97b7725

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ all:
1010
@echo 'To publish : "make publish"'
1111

1212
@echo 'To check clang : "make check_clang"'
13+
@echo ''
14+
@echo 'e.g. on linux: LLVM_COMPILER_PATH=/usr/lib/llvm-3.5/bin/ make check_clang'
15+
@echo ''
1316
@echo 'To check dragonegg : "make check_dragonegg"'
1417
@echo ''
18+
@echo 'e.g. on linux: PATH=/usr/lib/llvm-3.3/bin:... make check_dragonegg'
19+
@echo ''
1520
@echo 'To turn md 2 html : "make zippity"'
1621
@echo ''
1722
@echo 'then upload the zip file to https://pypi.python.org/pypi'

0 commit comments

Comments
 (0)