crashtest-r0ket/simulat0r/firmware/loadable/Makefile

13 lines
248 B
Makefile
Raw Normal View History

2011-07-19 08:09:03 +00:00
# Make doesn't allow dependencies on parent directory, so we need to
# run make from one level up:
MAKEFILE=loadable/Makefile.sub
MAKE+=--no-print-directory
all:
@cd .. && $(MAKE) -f $(MAKEFILE)
clean:
@cd .. && $(MAKE) -f $(MAKEFILE) clean