Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
* project.el: update
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed Sep 3, 2014
1 parent d8ffd6c commit 8079f29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion project.el
Expand Up @@ -23,6 +23,7 @@
h_version-control
h_visualization
h_program-lang
graph_code
matcher
lang_ml/parsing
lang_ml/analyze
Expand All @@ -42,6 +43,8 @@
lang_sql/parsing
lang_html/parsing
lang_cpp/parsing
lang_c/parsing
lang_c/analyze
lang_java/parsing
lang_java/analyze
lang_clang/parsing
Expand Down Expand Up @@ -328,12 +331,13 @@
(join-string
(list
"-debugger"
(case 3
(case 4

(0 "-lang java -build /home/pad/pfff/tests/java/codegraph")
(1 "-lang cmt -build /home/pad/pfff/tests/ml/cmt")
(2 ".")
(3 "-lang php -build /home/pad/pfff/tests/php/codegraph")
(4 "-lang c -build /home/pad/plan9/include /home/pad/plan9/lib_graphics")
)
)
)
Expand Down

0 comments on commit 8079f29

Please sign in to comment.