From 39cac7918987fc603dc54886e107af026583592e Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Thu, 15 Jan 2015 17:04:03 +0100 Subject: init --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..134ab13 --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ +APPLICATION = entropy +SRCDIR = src/$(APPLICATION) + +all: target + +world: target + +target: + make -C $(SRCDIR) + +flash-target: + make -C $(SRCDIR) flash-target + +clean: + make -C $(SRCDIR) clean + +really-clean: + make -C $(SRCDIR) really-clean -- cgit v1.2.3