From 87aa757a20c3cd31b239f7236138d1d740f45a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Min=C4=91ek?= Date: Wed, 17 Jan 2024 15:08:22 +0100 Subject: [PATCH] `all` target - building as dap not required (#1475) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 85d4d9c8e..effef5d98 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ PREFIX ?= '/usr/local' all: @ echo "Building escript..." @ rebar3 escriptize - @ rebar3 as dap escriptize .PHONY: install install: all