4 lines
78 B
Makefile
4 lines
78 B
Makefile
all clean install:
|
|
$(MAKE) -C .. -$(MAKEFLAGS) $@
|
|
|
|
.PHONY: all clean install
|