Skip to content

Commit

Permalink
clean: Reset build files
Browse files Browse the repository at this point in the history
  • Loading branch information
carloslack authored and JNE committed Nov 28, 2024
1 parent 29c9cca commit fc3985d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ lgtm: persist
clean:
@make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
@rm -f *.o src/*.o $(persist)
@git checkout src/persist.S 2>/dev/null || true
@git checkout src/auto.h 2>/dev/null || true
@echo "Clean."

tags:
Expand Down

0 comments on commit fc3985d

Please sign in to comment.