File pointing to the mod files within the local build, removing run executable

pull/2/head
Soren Rasmussen 7 years ago
parent cd2c2ba558
commit a76779e9a5

@ -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:

Loading…
Cancel
Save