Initial commit

This commit is contained in:
2023-06-22 15:24:30 +02:00
commit feb87f3cf2
4 changed files with 117 additions and 0 deletions

BIN
test/.sconsign.dblite Normal file

Binary file not shown.

6
test/SConstruct Normal file
View File

@@ -0,0 +1,6 @@
config = {
'PROJECT_NAME': 'DUMMY'
}
env = SConscript('../SConscript', exports = ['config'])