summaryrefslogtreecommitdiffstats
path: root/modules/user/Makefile
blob: 82df2189660d8cc833b2cce5bae168f49484c231 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- MakeFile -*-

# MACRO = substitute with this

# directories

TMP_DIR = $(USR_DIR)/tmp/

# target: dependencies
#	action

all:
	$(Q)cd $(TMP_DIR) && $(MAKE) && cd ..

clean:
	$(Q)cd $(TMP_DIR) && $(MAKE) clean && cd ..

################################################################################
######## End of file ###########################################################
################################################################################