We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e731cb + 7fcc898 commit 20bb7f5Copy full SHA for 20bb7f5
1 file changed
lib/Makefile
@@ -1,5 +1,5 @@
1
.PHONY: Makefile
2
-LIBS = $(filter-out Makefile sapporo_light, $(wildcard *))
+AMUSE_LIBS = $(filter-out Makefile sapporo_light, $(wildcard *))
3
4
5
# We build sapporo_light separately and only on demand, because it needs CUDA and we
@@ -10,9 +10,9 @@ LIBS = $(filter-out Makefile sapporo_light, $(wildcard *))
10
11
12
.PHONY: install uninstall clean distclean
13
-install uninstall clean distclean: $(LIBS)
+install uninstall clean distclean: $(AMUSE_LIBS)
14
15
-.PHONY: $(LIBS)
16
-$(LIBS):
+.PHONY: $(AMUSE_LIBS)
+$(AMUSE_LIBS):
17
$(MAKE) -C $@ $(MAKECMDGOALS)
18
0 commit comments