xparq / NMAKE-Jumpstart

Single-file MSVC/NMAKE "jumpstart" Makefile for building source trees without fuss or extra tooling
0 stars 0 forks source link

Make sure the clean tasks only remove what has been generated, nothing more! #23

Open xparq opened 1 year ago

xparq commented 1 year ago

Like a proper install/uninstall cycle. So one more reason to do no blanket rm -rf! One reason is that the output dirs (like obj_dir) may be shared by a completely different build system, e.g. in my sfw project, the GCC build reuses the same dirs!