ubuntu / wsl-setup

WSL setup starts the setup and reconfigure GUI or TUI
GNU General Public License v3.0
17 stars 4 forks source link

Cleans the in-source tree built binary. #5

Closed CarlosNihelton closed 2 years ago

CarlosNihelton commented 2 years ago

Overhauled the Makefiles to:

During development or debugging one will have the inconvenience to type make Debug to get DDEBUG defined. Noticed though that the option -g was promoted to CFLAGS to preserve the debug symbols in all situations.

didrocks commented 2 years ago

Confirmed that make clean is now doing the right thing! Thanks for the cleanup. Merging.