Selaa lähdekoodia

Relocate syntax/

master
Emil 8 kuukautta sitten
vanhempi
commit
18b6128e60
No known key found for this signature in database GPG Key ID: 5432DB986FDBCF8A
3 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      Makefile
  2. +0
    -0
      include/syntax/c.h
  3. +1
    -1
      source/main.c

+ 1
- 1
Makefile Näytä tiedosto

@@ -1,7 +1,7 @@
TARGET:=hl

CFLAGS:=-std=c99
CPPFLAGS:=-Isyntax -Iinclude -D_GNU_SOURCE -D_FORTIFY_SOURCE=2
CPPFLAGS:=-Iinclude -D_GNU_SOURCE -D_FORTIFY_SOURCE=2

DEBUG=1



syntax/c.h → include/syntax/c.h Näytä tiedosto


+ 1
- 1
source/main.c Näytä tiedosto

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

render_string(buffer, "cterm");


Loading…
Peruuta
Tallenna