blob: 51fc01bdde75a4d71e18aa04b3c6e9a1d5279289 [file] [log] [blame] [edit]
C_SOURCES := main.c
USE_LIBDL := 1
other:
"$(MAKE)" -f $(MAKEFILE_RULES) C_SOURCES=other.c EXE=other
all: other
include Makefile.rules