wakatime / wakatime-cli

Command line interface used by all WakaTime text editor plugins
https://wakatime.com/plugins
BSD 3-Clause "New" or "Revised" License
277 stars 41 forks source link

Fix variable access in Actions #950

Closed gandarez closed 1 year ago

gandarez commented 1 year ago

This PR fixes variable access and also fixes calling make inside Makefile which must use $(MAKE) isntead the raw command. It avoids warnings like this make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule..