• 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ão6802c2cb6b62c532a20ebbadc991aa89006dc015 (tree)
Hora2022-02-07 01:31:08
AutorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Mensagem de Log

'Make XXX' added, to search for XXX markings

Mudança Sumário

Diff

diff -r 41e2253e1a68 -r 6802c2cb6b62 Makefile
--- a/Makefile Mon Jan 31 21:35:16 2022 +0100
+++ b/Makefile Sun Feb 06 17:31:08 2022 +0100
@@ -1,6 +1,6 @@
11 default: all
22
3-all: demo test missing
3+all: demo test missing XXX
44
55 missing: missing_visitor missing_serialization
66
@@ -29,3 +29,5 @@
2929 echo "Warning: $${R} has no xml-serializer (nor is marked as to need none)" ;\
3030 fi ;\
3131 done
32+XXX:
33+ grep XXX `find . -type f -name \*.py`