• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Castle: The best Real-Time/Embedded/HighTech language EVER. Attempt 2


Commit MetaInfo

Revisão9ef76261ef806a7f2f55f47a4d9de8badc8ffa7f (tree)
Hora2022-04-23 20:09:45
AutorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Mensagem de Log

small fix in makefile

Mudança Sumário

Diff

diff -r c1d254b86a72 -r 9ef76261ef80 Makefile
--- a/Makefile Sat Apr 23 13:08:21 2022 +0200
+++ b/Makefile Sat Apr 23 13:09:45 2022 +0200
@@ -53,7 +53,7 @@
5353 pyanalyse pyreverse: ${PYREVERSE_DIR}
5454 for P in ${PYREVERSE_PRJS}; do \
5555 echo "PYANALYSE::" $$P "...";\
56- pyreverse -d ${PYREVERSE_DIR} -o ${PYREVERSE_FORMAT} ${PYREVERSE_OPTIONS} -p $$P --colorized --max-color-depth=42 -my $$P ;\
56+ pyreverse -d ${PYREVERSE_DIR} -o ${PYREVERSE_FORMAT} ${PYREVERSE_OPTIONS} -p $$P --colorized --max-color-depth=42 -my $$P >>/dev/null;\
5757 echo ".. done. Result-files:" ;\
5858 ls -l ${PYREVERSE_DIR}/*$${P}.${PYREVERSE_FORMAT} ;\
5959 echo;\