Usbac / quich

Just an advanced terminal calculator.
MIT License
71 stars 12 forks source link

Fix possible make clean error #8

Closed leovincentseles closed 4 years ago

leovincentseles commented 4 years ago

Use $(RM), provided by built-in make rules can prevent the possible "No such file or directory" error for make clean Makefile target.