aboutsummaryrefslogblamecommitdiff
path: root/i2c/sw/Makefile
blob: 0142c9228f00c9c0ce3b6cf5a128468beeca63ce (plain) (tree)
1
2
3
4
5
6
7






                                  
all: hash_tester_i2c

hash_tester_i2c: hash_tester_i2c.c
	gcc -Wall -o $@ $^

clean:
	rm -f hash_tester_i2c