Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 12, 2024
1 parent 561ed05 commit 4acce6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/observer/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4acce6d

Please sign in to comment.