• 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ão31bc9e9ca84fe9f4e7cc0eeb7daf3f8fb04d334a (tree)
Hora2024-02-19 05:42:52
AutorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Mensagem de Log

Makefile: mark some rules -- a (temporally) step in spliting castle (compiler) into independent parts

Mudança Sumário

Diff

diff -r 1eb8145d9e61 -r 31bc9e9ca84f Makefile
--- a/Makefile Sun Feb 18 21:32:30 2024 +0100
+++ b/Makefile Sun Feb 18 21:42:52 2024 +0100
@@ -36,10 +36,12 @@
3636 remake: veryclean coverage mutmut open
3737
3838 diff_TestDoubles:
39+ echo "This rule is outdated"
3940 diff -w -rs -x _keepThisDir -x .DS_Store TestDoubles/reference/ TestDoubles/_generated/
4041
4142 clean_generated:
42- rm -f TestDoubles/_generated/*.{py,rpy} TestDoubles/_generated/*/*.{py,rpy}
43+ echo "This rule is outdated"
44+ #rm -f TestDoubles/_generated/*.{py,rpy} TestDoubles/_generated/*/*.{py,rpy}
4345
4446 clean_caches:
4547 find . -type d -name __pycache__ -print0 | xargs -0 rm -r