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

22 lines
494 B
Makefile

#***********************************************************************
#
# Copyright (c) 2013 Broadcom Corporation
# All Rights Reserved
#
#***********************************************************************/
#
# THIS MAKEFILE IS NOT CALLED DURING A NORMAL BUILD!
# this makefile is a convinience which allows you to run make from the
# userspace/private directory.
.PHONY: all
all :
$(MAKE) -C .. private-libs private-apps
clean:
$(MAKE) -C libs clean
$(MAKE) -C apps clean