Skip to content

Commit

Permalink
Makefile: Add "clean" target to toplevel makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Jan 3, 2017
1 parent 37da780 commit 3793f13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -3,3 +3,7 @@ all:
$(MAKE) -C ota-server
python merge.py -o yaota8266.bin boot8266/boot8266-0x00000.bin \
ota-server/ota.elf-0x00000.bin ota-server/ota.elf-0x09000.bin

clean:
$(MAKE) -C boot8266 clean
$(MAKE) -C ota-server clean

0 comments on commit 3793f13

Please sign in to comment.