aboutsummaryrefslogblamecommitdiffstats
path: root/plugins/syntastic.mk
blob: 93a766a1db1496face7a1a44a54c7850fa528a81 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                    
# Copyright (c) 2017, Jean-Sébastien Pédron <[email protected]>
# This file is contributed to erlang.mk and subject to the terms of the ISC License.

.PHONY: show-ERL_LIBS show-ERLC_OPTS show-TEST_ERLC_OPTS

show-ERL_LIBS:
	@echo $(ERL_LIBS)

show-ERLC_OPTS:
	@$(foreach opt,$(ERLC_OPTS) -pa ebin -I include,echo "$(opt)";)

show-TEST_ERLC_OPTS:
	@$(foreach opt,$(TEST_ERLC_OPTS) -pa ebin -I include,echo "$(opt)";)