blob: 7e0250c03a974ac0e60dfc2ada2298fa794c3ba2 [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::
rm -f $(TARGET) *_wrap* *~ .~* core test.out
check: all