Skip to content

Commit

Permalink
generic library removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaross committed Dec 21, 2017
1 parent 46b5b9b commit 8cd9737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ clean:
rm -f *.elf *.o

distclean: clean
rm -f $(TARGETS)
rm -f *.a
2 changes: 1 addition & 1 deletion src/Makefile.esdk
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ clean:
rm -f *.elf *.o

distclean: clean
rm -f $(TARGETS)
rm -f *.a

0 comments on commit 8cd9737

Please sign in to comment.