aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 318328e..76e3bfe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,8 +2,8 @@
PROG= tgeb
SRCS= main.c
-CFLAGS+= -Wall -I..
-LDADD+= -L../tgeb -ltgeb -lz
+CFLAGS+= -Wall -I${.CURDIR}/../include
+LDADD+= -L${.CURDIR}/../lib -L${.CURDIR}/../lib/obj -ltgeb -lz
NOMAN=
. include <bsd.prog.mk>