Emil пре 9 месеци
родитељ
комит
18b6128e60
No known key found for this signature in database GPG Key ID: 5432DB986FDBCF8A
3 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      Makefile
  2. +0
    -0
      include/syntax/c.h
  3. +1
    -1
      source/main.c

+ 1
- 1
Makefile Прегледај датотеку

@@ -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




syntax/c.h → include/syntax/c.h Прегледај датотеку


+ 1
- 1
source/main.c Прегледај датотеку

@@ -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");


Loading…
Откажи
Сачувај