asuswrt-merlin.ng/release/src-rt-5.02axhnd/userspace/public/Makefile
2020-08-28 22:07:59 -04:00

17 lines
314 B
Makefile

#
# THIS MAKEFILE IS NOT CALLED DURING A NORMAL BUILD!
# this makefile is a convinience which allows you to run make from the
# userspace/public directory.
.PHONY: all
all :
$(MAKE) -C .. public-include public-libs public-apps
clean:
$(MAKE) -C libs clean
$(MAKE) -C apps clean
$(MAKE) -C include clean