We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d65f51 commit 97b7725Copy full SHA for 97b7725
Makefile
@@ -10,8 +10,13 @@ all:
10
@echo 'To publish : "make publish"'
11
12
@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
16
@echo 'To check dragonegg : "make check_dragonegg"'
17
@echo ''
18
+ @echo 'e.g. on linux: PATH=/usr/lib/llvm-3.3/bin:... make check_dragonegg'
19
20
@echo 'To turn md 2 html : "make zippity"'
21
22
@echo 'then upload the zip file to https://pypi.python.org/pypi'
0 commit comments