Commit 044dae42 authored by chenhaowen01's avatar chenhaowen01

update Makefile, fixup make clean on windows

parent 9e024d1d
......@@ -39,4 +39,8 @@ md5.o md4.o sha1.o:
.PHONY : clean
clean:
rm -f gdut-drcom *.o
ifeq ($(LANG),)
del gdut-drcom.exe *.o
else
$(RM) gdut-drcom *.o
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment