program from makefile
This commit is contained in:
parent
40b11a945c
commit
ca882dc38a
6
Makefile
6
Makefile
@ -21,6 +21,12 @@ all: main
|
||||
|
||||
test: testgcm
|
||||
|
||||
efm8prog:
|
||||
flashefm8.exe -part EFM8UB10F8G -sn 440105518 -upload '.\efm8\Keil 8051 v9.53 - Debug\efm8.hex'
|
||||
|
||||
efm32prog:
|
||||
commander flash '.\efm32\GNU ARM v7.2.1 - Debug\EFM32.hex' -s 440121060
|
||||
|
||||
$(name): $(obj)
|
||||
$(CC) $(LDFLAGS) -o $@ $(obj) $(LDFLAGS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user