You aint taking this down
This commit is contained in:
parent
0fedba0e2e
commit
c520596b67
6 changed files with 54 additions and 9 deletions
4
Makefile
4
Makefile
|
@ -14,7 +14,7 @@ include ./Versions.inc
|
|||
|
||||
################################################################################
|
||||
|
||||
TARGET := Lockpick_RCM
|
||||
TARGET := Picklock_RCM
|
||||
BUILDDIR := build
|
||||
OUTPUTDIR := output
|
||||
SOURCEDIR := source
|
||||
|
@ -102,7 +102,7 @@ $(OUTPUTDIR)/$(TARGET).bin: $(BUILDDIR)/$(TARGET)/$(TARGET).elf $(TOOLS)
|
|||
|
||||
$(BUILDDIR)/$(TARGET)/$(TARGET).elf: $(OBJS)
|
||||
@$(CC) $(LDFLAGS) -T $(SOURCEDIR)/link.ld $^ -o $@
|
||||
@echo "Lockpick_RCM was built with the following flags:\nCFLAGS: "$(CFLAGS)"\nLDFLAGS: "$(LDFLAGS)
|
||||
@echo "Picklock_RCM was built with the following flags:\nCFLAGS: "$(CFLAGS)"\nLDFLAGS: "$(LDFLAGS)
|
||||
|
||||
$(OBJS): | $(KEYGENDIR)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue