comparison src/Makefile @ 13:19367028cc6e

src/Makefile: list -I../build-inc first
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Jul 2024 16:51:53 +0000
parents 32cb5a2d1178
children 073b8c7b361f
comparison
equal deleted inserted replaced
12:323957bebd53 13:19367028cc6e
1 OBJS= twjit.o twjit_in.o twjit_out.o 1 OBJS= twjit.o twjit_in.o twjit_out.o
2 LIB= libtwrtp.a 2 LIB= libtwrtp.a
3 3
4 include ../config.defs 4 include ../config.defs
5 5
6 CPPFLAGS=${OSMO_INCLUDE} -I../build-inc 6 CPPFLAGS=-I../build-inc ${OSMO_INCLUDE}
7 HDRS= ../include/twjit.h 7 HDRS= ../include/twjit.h
8 8
9 all: ${LIB} 9 all: ${LIB}
10 10
11 ${OBJS}: ${HDRS} 11 ${OBJS}: ${HDRS}