From a76779e9a5b0db5a5f324b032605a535f0a72564 Mon Sep 17 00:00:00 2001 From: Soren Rasmussen Date: Wed, 25 Oct 2017 15:30:03 +0100 Subject: [PATCH] File pointing to the mod files within the local build, removing run executable --- test/hello/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/hello/Makefile b/test/hello/Makefile index 1a73ff34..8b100b7c 100644 --- a/test/hello/Makefile +++ b/test/hello/Makefile @@ -1,6 +1,6 @@ BASEDIR=../.. INCDIR=$(BASEDIR)/include -MODDIR=$(INSTALLDIR)/modules/ +MODDIR=$(BASEDIR)/modules/ include $(INCDIR)/Make.inc.psblas # # Libraries used @@ -29,8 +29,7 @@ pingpong: pingpong.o clean: - /bin/rm -f hello.o pingpong.o - $(EXEDIR)/hello + /bin/rm -f hello.o pingpong.o runs verycleanlib: (cd ../..; make veryclean) lib: