Rework Makefile
authorAnton Blanchard <anton@linux.ibm.com>
Wed, 20 May 2020 04:29:50 +0000 (14:29 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Wed, 20 May 2020 05:03:04 +0000 (15:03 +1000)
commit224e7734a8e1923d30f7805514295bc009f2671d
treeaf7e1337d9804ed73e676175995d7f27a2331262
parentb82d07c8d569494721043d4a9d6d93a22590f335
Rework Makefile

Instead of building each file one by one (and having to track all
the dependencies manually), use the ghdl -c command that does
analysis and elaboration in one go.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
Makefile