mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Makefile: app_run is meaningful only for device platform
This commit is contained in:
@@ -6,5 +6,10 @@ endif
|
||||
USE_LIBA = 1
|
||||
EXE = elf
|
||||
|
||||
.PHONY: %_run
|
||||
%_run: %.$(EXE)
|
||||
$(GDB) -x gdb_script.gdb $<
|
||||
|
||||
.PHONY: %_flash
|
||||
%_flash: %.bin
|
||||
dfu-util -i 0 -a 0 -s 0x08000000:leave -D $<
|
||||
|
||||
Reference in New Issue
Block a user