summaryrefslogtreecommitdiffstats
path: root/sharpd/Makefile
blob: 6a904d1a6d9bd1c6051172a5cd73101dbd290427 (plain)
1
2
3
4
5
6
7
8
9
10
all: ALWAYS
	@$(MAKE) -s -C .. sharpd/sharpd
%: ALWAYS
	@$(MAKE) -s -C .. sharpd/$@

Makefile:
	#nothing
ALWAYS:
.PHONY: ALWAYS makefiles
.SUFFIXES: