From 0089842c454e51367a10dd86856cca8884bd2f01 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 28 Aug 2016 00:37:50 -0400 Subject: add internal.h and te-parser.c --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 32976d7..7878027 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC ?= cc CFLAGS=-std=c99 -W -Wall -pedantic -O2 -Iinclude -fPIC -OBJS=fhp.o hash.o error.o token.o env.o +OBJS=fhp.o hash.o error.o token.o env.o te-parser.o SONAME=libfhp.so LIB=libfhp.so @@ -22,5 +22,5 @@ $(LIB): $(OBJS) $(TEST_APP): $(LIB) $(TEST_OBJS) $(CC) -o $(TEST_APP) $(TEST_OBJS) $(TEST_LDFLAGS) -%.o: %.c include/fhp/fhp.h +%.o: %.c internal.h include/fhp/fhp.h $(CC) -c $(CFLAGS) $< -- cgit v1.2.3