From 4acce6d74def42615bfc9418b517ec98f5500b67 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Fri, 12 Jan 2024 09:53:05 +0100 Subject: [PATCH] Debug --- lib/observer/src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/observer/src/Makefile b/lib/observer/src/Makefile index 8477dc230d3a..89d335688856 100644 --- a/lib/observer/src/Makefile +++ b/lib/observer/src/Makefile @@ -133,8 +133,7 @@ $(TYPES): env $(TARGET_FILES) env: @which erlc @which erl - $(ERL) -noshell -eval 'io:format("~p~n",[code:lib_dir(runtime_tools)]).' -s init stop - $(ERL) -noshell -eval 'io:format("~p~n",[filelib:wildcard(filename:join(code:lib_dir(runtime_tools),"include/*.hrl"))]).' -s init stop + erl -noinput -eval '{ok, _} = compile:file("etop.erl",[warnings_as_errors,debug_info,no_docs,{i,"../include"},{i,"../../et/include"},{i,"../../../libraries/et/include"}]).' -s init stop clean: rm -f $(TARGET_FILES)