added language-cmp-cheatsheet to Makefile
This commit is contained in:
parent
fa853e000f
commit
e4b211b21a
3
Makefile
3
Makefile
@ -38,6 +38,9 @@ release: bin/musique
|
||||
install: bin/musique
|
||||
scripts/install
|
||||
|
||||
doc/musique-vs-languages-cheatsheet.html: doc/musique-vs-languages-cheatsheet.template
|
||||
scripts/language-cmp-cheatsheet.py $<
|
||||
|
||||
.PHONY: clean doc doc-open all test unit-tests release install
|
||||
|
||||
$(shell mkdir -p $(subst musique/,bin/$(os)/,$(shell find musique/* -type d)))
|
||||
|
1
scripts/language-cmp-cheatsheet.py
Normal file → Executable file
1
scripts/language-cmp-cheatsheet.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
import os
|
||||
import string
|
||||
|
Loading…
Reference in New Issue
Block a user