From bbe2d89a5b5ca1a8245b4bf32fb4b8d356f09289 Mon Sep 17 00:00:00 2001 From: hasufell Date: Tue, 15 Apr 2014 14:13:03 +0200 Subject: [PATCH] BUILD: update top-level Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2cdd541..d16c097 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ all: $(MAKE) -C src +main: + $(MAKE) -C src main + clean: $(MAKE) -C src clean