# HG changeset patch # User Giulio Moro # Date 1463412398 -3600 # Node ID 4989afa8e994d4e2f95225d661f6e2f99281944d # Parent 60ccd1fe5a58502f3073705d602d95dc176030bb Fixed indentation diff -r 60ccd1fe5a58 -r 4989afa8e994 Makefile --- 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= # 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))