Skip to content

Commit

Permalink
fix delete of src with clean
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerh committed Apr 4, 2019
1 parent 4bc535d commit 744d36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ina_bm.elf.size: ina_bm.elf

# Other Targets
clean:
-$(RM) $(CC_DEPS)$(EXECUTABLES)$(OBJS)$(C_UPPER_DEPS)$(CXX_DEPS)$(S_UPPER_DEPS)$(C_DEPS)$(CPP_DEPS)$(ELFSIZE) ina_bm.elf
-$(RM) $(ELFSIZE) ina_bm.elf
-@echo ' '

secondary-outputs: $(ELFSIZE)
Expand Down

0 comments on commit 744d36f

Please sign in to comment.