Skip to content

Commit

Permalink
make clean should remove the final binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1234 committed Apr 30, 2024
1 parent be82d7d commit f8ca52b
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 @@ -29,6 +29,6 @@ vbit2: $(objs)
.PHONY: clean

clean:
rm -f $(objs) $(deps)
rm -f $(objs) $(deps) vbit2

-include $(deps)

0 comments on commit f8ca52b

Please sign in to comment.