summaryrefslogtreecommitdiffstats
path: root/modules/save/Makefile
blob: 614a58c1df54df4d3ce435b017401b7926feb144 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- MakeFile -*-

# MACRO = substitute with this

# directories

TMP_DIR = $(SAVE_DIR)/tmp/

# target: dependencies
#	action

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

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

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