Cette révision appartient à :
Михаил Капелько
2024-04-29 22:49:08 +03:00
Parent 88e5bb15f2
révision 6fcd542daa

Voir le fichier

@@ -3,5 +3,5 @@
DIR=$(cd "$(dirname "$0")" ; pwd -P)
TR=$DIR/tPythonC++/translate
$TR --header $DIR/memory.py #> $DIR/memory.cpp
$TR --includes=/path/to/file $DIR/memory_test.py #> $DIR/memory_test.cpp
$TR $DIR/memory.py > $DIR/memory.cpp
$TR $DIR/memory_test.py > $DIR/memory_test.cpp