Skip to content

Commit

Permalink
More debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Oct 23, 2023
1 parent a7e4a7f commit 6dea2b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ all: clean
$(MAKE) ss
$(MAKE) ss_opt

docker: docker_ss docker_ss_opt
docker:
docker run -it --entrypoint /bin/bash --rm --volume $(CURDIR):/stock-synthesis --workdir /stock-synthesis johnoel/admb:linux tpl2rem ss.tpl

docker_ss: ss.tpl
cat ss.tpl
docker run --rm --volume $(CURDIR):/stock-synthesis --workdir /stock-synthesis johnoel/admb:linux $(OPT_BUILD)$(DEBUG)$(STATIC_BUILD)ss.tpl

docker_ss_opt: ss_opt.tpl
cat ss_opt.tpl
docker run --rm --volume $(CURDIR):/stock-synthesis --workdir /stock-synthesis johnoel/admb:linux -f $(DEBUG)$(STATIC_BUILD)ss_opt.tpl


Expand Down

0 comments on commit 6dea2b8

Please sign in to comment.