Skip to content

Commit

Permalink
Remove firmware products in res/ on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jul 7, 2023
1 parent 1fa5da2 commit fca26eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ firmware-build: firmware/*.mk firmware/**/*.c firmware/**/*.h firmware/**/**/*.r

firmware-clean:
rm -rfv firmware/build
rm -fv res/firmware/*.so
rm -fv res/firmware/*.dll
rm -fv res/firmware/*.dylib

DISTRIBUTABLES += $(wildcard res)
DISTRIBUTABLES += $(wildcard LICENSE*)
Expand Down

0 comments on commit fca26eb

Please sign in to comment.