summaryrefslogtreecommitdiffstats
path: root/modules/xyzzy/Makefile
blob: 8cc424427e4e77b6f47ce5ae2bd6f368e2d481cd (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 = $(XYZZY_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 ###########################################################
################################################################################