Move everything under the guecs/ directory in src/ so that it meshes better with other projects.
This commit is contained in:
parent
f520f0bade
commit
3bc05ad164
30 changed files with 74 additions and 73 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ endif
|
|||
%.cpp : %.rl
|
||||
ragel -o $@ $<
|
||||
|
||||
build: src/lel_parser.cpp
|
||||
build: src/guecs/lel_parser.cpp
|
||||
meson compile -j 10 -C builddir
|
||||
|
||||
release_build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue