Relocate syntax/

This commit is contained in:
Emil 2023-08-28 13:03:03 -06:00
parent 2eb38da4e6
commit 18b6128e60
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
TARGET:=hl TARGET:=hl
CFLAGS:=-std=c99 CFLAGS:=-std=c99
CPPFLAGS:=-Isyntax -Iinclude -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 CPPFLAGS:=-Iinclude -D_GNU_SOURCE -D_FORTIFY_SOURCE=2
DEBUG=1 DEBUG=1

View File

@ -40,7 +40,7 @@ int main(int argc,
// Highlight init // Highlight init
terminal_hl_init(); terminal_hl_init();
// //
#include "c.h" #include "syntax/c.h"
// //
render_string(buffer, "cterm"); render_string(buffer, "cterm");