aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools/figlet/Makefile
blob: 8b649375cd62bb1e4b683c35a57ae93d2d670972 (plain)
1
2
3
4
5
6
7
8
9
10
XEN_ROOT = $(BASEDIR)/..
include $(XEN_ROOT)/Config.mk

figlet: figlet.c
	$(HOSTCC) -o $@ $<

.PHONY: clean
clean:
	rm -f *.o figlet