From 4676328efa2dea789f95d179a0e3e76ce6bb143f Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Fri, 14 Aug 2015 22:02:47 +0200 Subject: [PATCH] Make it a bit easier to use acme(1) with the code base. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fe49a8..aa3e984 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ REBAR=rebar3 .PHONY: compile compile: - $(REBAR) compile + $(REBAR) compile | sed -e 's|_build/default/lib/enacl/||g' .PHONY: clean clean: