Found my old LEL code and got the shell working, so tomorrow I'll try to make it layout some gui element.
This commit is contained in:
parent
8a6b38c1a4
commit
bfd2718cc9
8 changed files with 485 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ reset:
|
|||
%.cpp : %.rl
|
||||
ragel -o $@ $<
|
||||
|
||||
build: ansi_parser.cpp
|
||||
build: ansi_parser.cpp lel.cpp
|
||||
meson compile -j 10 -C builddir
|
||||
|
||||
release_build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue