Parse variable declarations

This commit is contained in:
2024-12-21 14:05:27 +01:00
parent 72681e349a
commit f080b75c52
15 changed files with 1151 additions and 62 deletions

4
Rakefile Normal file
View File

@ -0,0 +1,4 @@
task :default do
sh 'make -C build'
sh './build/bin/elna'
end