added language-cmp-cheatsheet to Makefile

This commit is contained in:
Robert Bendun 2022-10-31 17:33:53 +01:00
parent fa853e000f
commit e4b211b21a
2 changed files with 4 additions and 0 deletions

View File

@ -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
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import os
import string