aboutsummaryrefslogtreecommitdiff
path: root/stm32f4xx_hal_conf.h
Path not found
b'>
1
2
3
4
5
6
7
8
9
10
11
all: test-adder

test-adder : test-adder.o novena-eim.o
	gcc -o test-adder test-adder.o novena-eim.o
	
test-adder.o: test-adder.c novena-eim.h novena-eim.c
	gcc -c test-adder.c
	gcc -c novena-eim.c
	
clean:
	rm -f *.o test-adder