evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
9.88k stars 490 forks source link

Use '$(MAKE) -C dir' instead of 'cd dir && make' when building in subdirectory #805

Closed petterreinholdtsen closed 1 year ago

petterreinholdtsen commented 1 year ago

This allow builders to control which make program to use and let make take care of changing the working directory.