aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/c/Makefile
blob: 6262095b6626e20ff33f0267ca7fea3c77b36e10 (plain)
1
2
3
4
5
6
7
8
9
XEN_ROOT = ../..

include $(XEN_ROOT)/Config.mk

main.a: main.o
	$(AR) cr $@ $^

clean:
	rm -f *.a *.o