Skip to content
Snippets Groups Projects
Select Git revision
  • a1b2fe56bdab34020835d145e58d6a1cdc3fccf2
  • master default protected
2 results

Makefile

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Makefile 982 B
    PROBCLI=probcli
    all:
    	$(PROBCLI) Button/button.mch -animate 15 -visb_with_vars Button/button.json traces/html/button.html
    	$(PROBCLI) Lift/Lift.mch -property 'groundf=-1 & topf=2' -animate 20 -visb_with_vars Lift/lift_groups.json traces/html/lift_groups.html
    	$(PROBCLI) N-Queens/QueensWithEvents.mch -property 'n=8' -animate 15 -visb_with_vars N-Queens/queens_8.json traces/html/queens8.html
    	$(PROBCLI) Physics/MovingParticles3.mch -animate 500 -visb_with_vars Physics/three_bodies.json traces/html/three_bodies.html
    	$(PROBCLI) Train/SimpleTrainTrack.mch -trace_replay json traces/SimpleTrainTrack.prob2trace -visb_with_vars Train/Track.json traces/html/Track.html
    
    track:
    		$(PROBCLI) Train/SimpleTrainTrack.mch -trace_replay json traces/SimpleTrainTrack.prob2trace -visb_with_vars Train/Track.json traces/html/Track.html
    two:
    		$(PROBCLI) Train/TwoTrainsMA.mch -trace_replay json traces/TwoTrainsMA.prob2trace -visb_with_vars Train/TwoTrainsMA.json traces/html/TwoTrainsMA.html