summaryrefslogtreecommitdiff
path: root/Makefile
blob: 24ce9dfc34ef7ac3ca4b2ccdebfcc41eec4e11a3 (plain)
1
2
3
4
5
6
7
8
9
10
all:
	make -C src

flash: 
	make -C src
	st-flash --reset write src/*.bin 0x8000000

init:
	git submodule update --init
	python3 GenClangd.py