Skip to content

Commit

Permalink
makefile comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitzimorris committed Jul 18, 2019
1 parent 2157e92 commit 655e93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/program
Expand Up @@ -7,7 +7,7 @@ CMDSTAN_MAIN_O = $(patsubst %.cpp,%.o,$(CMDSTAN_MAIN))
STAN_TARGETS = $(patsubst %.stan,%$(EXE),$(wildcard $(patsubst %$(EXE),%.stan,$(MAKECMDGOALS))))

##
# Precompiled header
# Precompiled model header
##

$(STAN)src/stan/model/model_header.d : $(STAN)src/stan/model/model_header.hpp
Expand Down

0 comments on commit 655e93f

Please sign in to comment.