• 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

Revisión3013012b3ce4f093b220b7a6b183280f70860951 (tree)
Tiempo2023-09-19 18:48:06
AutorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

Fixed case of RPy (not rPY)

Cambiar Resumen

Diferencia incremental

diff -r b0386dfd4c9c -r 3013012b3ce4 Makefile
--- a/Makefile Tue Sep 19 11:32:38 2023 +0200
+++ b/Makefile Tue Sep 19 11:48:06 2023 +0200
@@ -8,13 +8,13 @@
88 # CURRENT: The now current test, in TDD phase
99 # TODO: Some test that are needed soon
1010 rPY_LAST = \
11- pytst/writers/rPY/test_0.py \
11+ pytst/writers/RPy/test_0.py \
1212 #
1313 rPY_CURRENT = \
14- pytst/writers/rPY/test_0.py \
14+ pytst/writers/RPy/test_0.py \
1515 #
1616 CC2CPy_TODO = \
17- pytst/writers/rPY/test_999.py \
17+ pytst/writers/TPy/test_999.py \
1818 #
1919
2020 include Mk/settings.mk