xparq / NMAKE-Jumpstart

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

Guard against empty base dirs in `$(some_dir)/...` constructs! #10

Closed xparq closed 1 year ago

xparq commented 1 year ago

Especially when it involves deleting stuff...

$(patsubst /%,%,$(path)) could be a way to tackle this.