Skip to content
Snippets Groups Projects
Commit 57aa9ed7 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Add 'all' to PHONY list

parent 90bb3b38
No related branches found
No related tags found
No related merge requests found
...@@ -77,4 +77,4 @@ install: $(TARGET).hex ...@@ -77,4 +77,4 @@ install: $(TARGET).hex
objdump: $(TARGET).elf objdump: $(TARGET).elf
$(OBJDUMP) -d $< $(OBJDUMP) -d $<
.PHONY: clean install objdump .PHONY: all clean install objdump
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment