summaryrefslogtreecommitdiff
path: root/code/fe310/eos/eve/widget/Makefile
blob: 3fe0368abde1fda45be932baf47e9e6af585bfb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include ../../../common.mk

CFLAGS += -I. -I.. -I../..

obj = label.o widget.o page.o text.o


%.o: %.c %.h
	$(CC) $(CFLAGS) -c $<

%.o: %.S
	$(CC) $(CFLAGS) -c $<

all: $(obj)

clean:
	rm -f *.o