firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
479 stars 72 forks source link

Minor makefile fixes #41

Closed nmeyerhans closed 5 years ago

nmeyerhans commented 5 years ago

Set several targets as .PHONY

Use CURDIR instead of PWD when referncing the current working directory. The former is managed by make itself, while the latter comes from the shell and does not reflect the current directory in "make -C some/other/directory" scenarios.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.