samoht / assemblage

A collection of tools to manage the configuration of OCaml projects
54 stars 4 forks source link

[makefile] Fix `make clean` (and `make distclean`) #161

Open samoht opened 9 years ago

samoht commented 9 years ago

Both targets do not exist anymore. Build is quite easy (rm -rf _build), distclean is a bit more involved as it needs to query the list of generated files (easy enough with the new API though).