Guile port example Makefile correction

This commit is contained in:
William S Fulton 2013-05-09 19:41:29 +01:00
commit 042d0dfdc2

View file

@ -5,7 +5,7 @@ TARGET = port
INTERFACE = example.i
check: build
./$(TARGET) -s runme.scm
$(MAKE) -f $(TOP)/Makefile TARGET='$(TARGET)' guile_augmented_run
build:
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \