[Makefile]clean exe file

This commit is contained in:
JianjunJiang 2021-08-05 11:47:20 +08:00
parent fcfa3a5eef
commit ec8f6673c9

View File

@ -73,4 +73,4 @@ install:
install -Dm0644 LICENSE /usr/share/licenses/xrock/LICENSE
clean:
@$(RM) $(DEPS) $(OBJS) $(NAME).map $(NAME) *~
@$(RM) $(DEPS) $(OBJS) $(NAME).map $(NAME).exe $(NAME) *~