blue-pill: update skeleton/blinky Makefile

This commit is contained in:
2018-03-05 23:54:23 -08:00
parent 71eb73967b
commit 0ca0cb6167
3 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# configurables
OBJS :=
TARGET :=
OBJS += $(TARGET).o
# targets
ELF := $(TARGET).elf