mv xbm/ ..

This commit is contained in:
Johan Malm 2020-08-31 20:01:08 +01:00
parent a042aad9f6
commit fd8d9a395d
16 changed files with 22 additions and 13 deletions

5
src/xbm/meson.build Normal file
View file

@ -0,0 +1,5 @@
labwc_sources += files(
'parse.c',
'tokenize.c',
'xbm.c',
)