Skip to content
Snippets Groups Projects
Commit f0c5db4b authored by Georg Auzinger's avatar Georg Auzinger
Browse files

editing readme and updating Makefiles

parent 99bd2dd1
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ all: Utils HWDescription HWInterface System tools src GUI
libs: Utils HWDescription HWInterface System
gui: Utils HWDescription HWInterface System tools src GUI
simple: Utils HWDescription HWInterface System tools src
HWDescription::
$(MAKE) -C $@
......@@ -19,6 +21,7 @@ src::
GUI::
$(MAKE) -C GUI/Macros
$(MAKE) -C $@
cp $@/Ph2_ACF ../bin
doc::
$(MAKE) -C $@
......
......@@ -57,6 +57,7 @@ On this Repo, you can find different version of the software :
- some modifications to HybridTester tool to make it compatible with the GUI
- added a CMD line option: g for GUI, should only be used by the latter
- SystemController class can now parse .json files in addition to .xml
- 04/03/15: added GUI (v1-10)
### Setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment