summaryrefslogtreecommitdiff
path: root/Examples/guile/matrix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/guile/matrix/Makefile')
-rw-r--r--Examples/guile/matrix/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Examples/guile/matrix/Makefile b/Examples/guile/matrix/Makefile
index 5df2c6515..551debe06 100644
--- a/Examples/guile/matrix/Makefile
+++ b/Examples/guile/matrix/Makefile
@@ -3,8 +3,9 @@ TARGET = matrix
IFILE = package.i
MKDIR = ..
+check: build
-all::
+build:
$(MAKE) -f $(MKDIR)/Makefile \
SRCS='$(SRCS)' \
TARGET=$(TARGET) \
@@ -12,7 +13,5 @@ all::
MODULE=$(MODULE) \
sub-all
-clean::
+clean:
$(MAKE) -f $(MKDIR)/Makefile TARGET='$(TARGET)' guile_clean
-
-check: all