Skip to content

Commit

Permalink
move in Gwion
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed May 14, 2021
1 parent 76a4fb6 commit bec8fef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 417 deletions.
267 changes: 0 additions & 267 deletions AstDesc.txt

This file was deleted.

10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PRG := gwfmt
CFLAGS += -Wall -Wextra -Wno-unused

# Includes
CFLAGS += -I/usr/local/include/gwion/util
CFLAGS += -I/usr/local/include/gwion/ast
CFLAGS += -I/usr/local/include/libtermcolor
CFLAGS += -I../util/include
CFLAGS += -I../ast/include
CFLAGS += -I../util/libtermcolor/include
CFLAGS += -Iinclude

#CFLAGS += -flto -Ofast
Expand Down Expand Up @@ -35,10 +35,10 @@ endif

all: ${PRG}

${PRG}: src/${PRG}.o src/unpy.o lib${PRG}.a
${PRG}: src/${PRG}.o src/unpy.o libgwion-fmt.a
${CC} ${CFLAGS} $? -Iinclude -lgwion_ast -lgwion_util ${LDFLAGS} -lpthread -lm -o ${PRG}

lib${PRG}.a: src/lint.o
libgwion-fmt.a: src/lint.o
${AR} ${AR_OPT}

src/unpy.c: src/unpy.l
Expand Down
Loading

0 comments on commit bec8fef

Please sign in to comment.