Mercurial > hg > beaglert
changeset 265:4989afa8e994 prerelease
Fixed indentation
| author | Giulio Moro <giuliomoro@yahoo.it> | 
|---|---|
| date | Mon, 16 May 2016 16:26:38 +0100 | 
| parents | 60ccd1fe5a58 | 
| children | 156191dffa8c | 
| files | Makefile | 
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/Makefile Mon May 16 15:56:42 2016 +0100 +++ b/Makefile Mon May 16 16:26:38 2016 +0100 @@ -9,9 +9,9 @@ # set the project to be compiled by calling: make all PROJECT=<project_name> # if the PROJECT variable is not set, throw an error and exit -# otherwise, calling make clean without setting PROJECT results in entire projects directory being rm -rf'ed +# otherwise, we could have unexpected data loss when calling clean without it ifndef PROJECT - $(error PROJECT is not set) + $(error PROJECT is not set) endif PROJECT_DIR := $(abspath projects/$(PROJECT))
