Guile fix matrix example

Got broken in commit dd36f28ac7
(Migrate Guile examples build into common Examples makefile)
This commit is contained in:
Geert Janssens 2013-05-10 18:29:26 +02:00
commit e5f6ec8912

View file

@ -9,7 +9,7 @@ check: build
build:
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' guile_augmented
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' LIBS='-lm' guile_augmented
clean:
$(MAKE) -f $(TOP)/Makefile TARGET='$(TARGET)' guile_clean