all: test-mp2032

test-mp2032: test-mp2032.c
	gcc -g -o test-mp2032 test-mp2032.c -lmp2032 -I..

clean:
	rm -f *.o core* test-mp2032
