summaryrefslogtreecommitdiff
path: root/tests/analysis/Makefile
blob: d15b2c4296d25883bce91f0348a0e8ba772abed5 (plain)
1
2
3
4
5
6
7
8
9
10

EXECUTABLES=hm

all: $(EXECUTABLES)

hm: hm.c
	$(ARM_CROSS)gcc $< -o $@

clean:
	rm -f $(EXECUTABLES)