Moved everything around to let meson build the libraries, but I suspect I have too much SFML support gear for it to be useable.
This commit is contained in:
parent
560f506733
commit
838f54a4f4
22 changed files with 36 additions and 26 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ endif
|
|||
%.cpp : %.rl
|
||||
ragel -o $@ $<
|
||||
|
||||
build: lel_parser.cpp
|
||||
build: src/lel_parser.cpp
|
||||
meson compile -j 10 -C builddir
|
||||
|
||||
release_build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue