blob: 824f3f8236bed9dcae89ad43bd1e98d3aabd9ed8 [file] [log] [blame]
SRCS = port.c
TARGET = port
IFILE = port.i
MKDIR = ..
all::
$(MAKE) -f $(MKDIR)/Makefile \
SRCS='$(SRCS)' \
TARGET=$(TARGET) \
IFILE=$(IFILE) \
MODULE=$(MODULE) \
sub-all
clean::
$(MAKE) -f $(MKDIR)/Makefile TARGET='$(TARGET)' guile_clean
check: all