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: