crashtest-r0ket/simulat0r/firmware/loadable/Makefile
2011-07-19 10:09:03 +02:00

12 lines
248 B
Makefile

# 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