summaryrefslogtreecommitdiff
path: root/src/gpuwattch/mcpat.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpuwattch/mcpat.mk')
-rw-r--r--src/gpuwattch/mcpat.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpuwattch/mcpat.mk b/src/gpuwattch/mcpat.mk
index 1a9405d..64db479 100644
--- a/src/gpuwattch/mcpat.mk
+++ b/src/gpuwattch/mcpat.mk
@@ -8,7 +8,7 @@ ifndef NTHREADS
endif
-LIBS =
+LIBS = -I/usr/lib/ -I/usr/lib64/
INCS = -lm
CC=
@@ -95,7 +95,7 @@ Makefile.makedepend: depend
depend:
touch Makefile.makedepend
makedepend -fMakefile.makedepend -pobj_$(TAG)/ $(SRCS) 2> /dev/null
- @$(MAKE) -C ./cacti/ depend
+ $(MAKE) -C ./cacti/ depend
clean:
-rm -f *.o $(TARGET)