소스 검색

Relocate syntax/

master
Emil 9 달 전
부모
커밋
18b6128e60
No known key found for this signature in database GPG 키 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

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 파일 보기


+ 1
- 1
source/main.c 파일 보기

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

render_string(buffer, "cterm");


불러오는 중...
취소
저장