diff options
author | Paul Selkirk <paul@psgd.org> | 2016-06-06 11:49:04 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-06-06 11:49:04 -0400 |
commit | c4bf539bbc40dbf0d337001fbc8ba6cf621531f5 (patch) | |
tree | c6aad447d5e70dbbdaee7ec9e0252e349969dae0 | |
parent | 99dffd5f6d12a3111e9b01bd0fd29cb52ae9413a (diff) |
Remove unused hex file.
-rw-r--r-- | projects/hsm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index a7b0e82..f5546d8 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -12,13 +12,11 @@ all: $(PROJ:=.elf) $(PROJ).elf: $(OBJS) $(BOARD_OBJS) $(LIBS) $(CC) $(CFLAGS) $^ -o $@ -T$(LDSCRIPT) -g -Wl,-Map=$(PROJ).map - $(OBJCOPY) -O ihex $(PROJ).elf $(PROJ).hex $(OBJCOPY) -O binary $(PROJ).elf $(PROJ).bin $(SIZE) $(PROJ).elf clean: rm -f *.o rm -f *.elf - rm -f *.hex rm -f *.bin rm -f *.map |