Skip to content

Commit

Permalink
Remove *.img.diff in make clean. Was missing before.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Jun 26, 2017
1 parent ac64346 commit 4e43dd5
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 @@ -50,7 +50,7 @@ clean:
rm -f $(CLEAN_FILES) \
patched.*.iso patched.*.img *.FL2 *.FL2.orig *.img.enc \
*.img.enc.orig *.img.orig *.bat \
*.img \
*.img *.img.diff \
*.txt.orig \
.mec-tools_build_ok
$(MAKE) -C mec-tools/ clean
Expand Down

0 comments on commit 4e43dd5

Please sign in to comment.