Skip to content

Commit

Permalink
mrproper / clean : remove .map files
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Dec 18, 2023
1 parent c7dbb56 commit aeb3be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ mrproper:
-rm -rf *.dll
-rm -rf *.exe
-rm -rf *.lib
-rm -rf *.map
-rm -rf *.ncb
-rm -rf *.exp
-rm -rf *.dylib
Expand Down
2 changes: 1 addition & 1 deletion lib_jtag_core/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $(BASEDIR)/config_script.h: $(BASEDIR)/config.script
cd $(BASEDIR);xxd -i config.script > config_script.h

clean:
rm -rf *.o *.so
rm -rf *.o *.so *.map

mrproper: clean
rm -rf $(EXEC)
Expand Down

0 comments on commit aeb3be5

Please sign in to comment.