Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
################################################################################

.PHONY : all minimal main measure solver clean

all: main measure solver

minimal: measure solver
Expand Down
7 changes: 6 additions & 1 deletion external/README
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ the version here is based on 1.0.2 but contains a bug fix patch


cinfony/webel.py
from http://cinfony.googlecode.com/svn/trunk/cinfony/webel.py
from http://cinfony.googlecode.com/svn/trunk/cinfony/webel.py

jquery.min.js
from http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js
Used by the HTML output of RMG. Useful to have it locally if you do not have
internet access when you want to look at your results.
Loading