aboutsummaryrefslogtreecommitdiff
path: root/eim/sw/Makefile
blob: 9d28af76167cb8c131410bc50f7f9eab473bcef8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: hash_tester_eim

.c.o:
	gcc -c -Wall -o $@ $<

hash_tester_eim: hash_tester_eim.o novena-eim.o
	gcc -o $@ $^

hash_tester_eim.o: hash_tester_eim.c novena-eim.h

novena-eim.o: novena-eim.c novena-eim.h

clean:
	rm -f *.o hash_tester_eim