aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/c/Makefile
blob: c646c26e74f17afb77931b79110daa706d0b46ec (plain)
1
2
3
4
5
6
7
8
9
10
11
XEN_ROOT = $(CURDIR)/../..

include $(XEN_ROOT)/Config.mk

all: main.a

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

clean:
	rm -f *.a *.o