Skip to content

Commit

Permalink
update: change makefile to clean files in build directory instead of …
Browse files Browse the repository at this point in the history
…current directory
  • Loading branch information
Albert Ariel Widiaatmaja authored and Albert Ariel Widiaatmaja committed Jun 25, 2023
1 parent b91b4e7 commit 0e43e6c
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 @@ -19,4 +19,4 @@ create_build_folder:
@mkdir -p build

clean:
rm -f *.o *.img
rm -f $(BUILD)/*.o $(BUILD)/*.img

0 comments on commit 0e43e6c

Please sign in to comment.