#--*- Makefile -*--

#*
# Call 'texstudio' with TEXINPUTS and other variables set by Make.
#**

.PHONY: texstudio

texstudio:
	TEXINPUTS=${TEXINPUTS} \
	BIBINPUTS=${BIBINPUTS} \
	BSTINPUTS=${BSTINPUTS} \
	texstudio ${TEX_FILES} &> /dev/null &
