sysprog21 / vwifi

A virtual wireless device driver for Linux
MIT License
205 stars 39 forks source link

Replace env variable by shell function #39

Closed rickywu0421 closed 1 year ago

rickywu0421 commented 1 year ago

The $PWD environment variable doesn't exist when we run sudo make, so the PWD in Makefile will be evaulated to an empty string. Replace unreliable PWD by shell function $(shell pwd).