diff --git a/EX1_incorrect_patterns/Makefile b/EX1_incorrect_patterns/Makefile index fef61c0..0d551fd 100755 --- a/EX1_incorrect_patterns/Makefile +++ b/EX1_incorrect_patterns/Makefile @@ -1,3 +1,10 @@ +###################################################################################################################################################################################### +# # +# Do NOT use this file as a starting point. This is an example of a how NOT to write makefiles # +# # +###################################################################################################################################################################################### + + INPUT_FILE_LIST:=$(shell ls inputs/) INPUT_FILES=$(foreach FILE,$(INPUT_FILE_LIST),inputs/$(FILE)) INTERMEDIATE_STAGE_FILES=$(INPUT_FILES:inputs/%=%)