From eba91adf66351619e69ffd0ac79eee4ef6704179 Mon Sep 17 00:00:00 2001 From: Richard Mortier Date: Fri, 3 May 2019 15:16:11 +0100 Subject: make: set default target correctly, add license info --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23c0f1c..7a2627d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -.DEFAULT: dabuild +# Copyright (C) 2019 Richard Mortier +# Licensed under the MIT License, https://opensource.org/licenses/MIT + +.DEFAULT_GOAL := dabuild ORG = mor1 IMG = $(ORG)/dabuild -- cgit v1.2.3