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

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

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