Skip to content
Snippets Groups Projects
Commit 6483721f authored by Andre Maroneze's avatar Andre Maroneze Committed by Virgile Prevosto
Browse files

[Makefile] fix clean rule under Windows

parent 2b7b8049
No related branches found
No related tags found
No related merge requests found
......@@ -2133,7 +2133,7 @@ else
endif
hdrck-clean:
$(RM) headers/hdrck headers/hdrck.o
$(RM) $(HDRCK) headers/hdrck.o
$(RM) headers/hdrck.cmx headers/hdrck.cmi headers/hdrck.cmp
clean:: hdrck-clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment