5 lines
81 B
Makefile
5 lines
81 B
Makefile
|
all clean install:
|
||
|
$(MAKE) -C ../.. -$(MAKEFLAGS) $@
|
||
|
|
||
|
.PHONY: all clean install
|