LiamSkirrow / verilogtree

Print out the modular hierarchy of a Verilog design
MIT License
0 stars 0 forks source link

Create BUILD and INSTALL scripts #35

Closed LiamSkirrow closed 10 months ago

LiamSkirrow commented 1 year ago

Simple shell scripts that automate the build and installation process. Nothing complicated since it's just a standard build of the C code, and installing should simply consist of copying the built executable over the ~/bin directory or wherever is most appropriate...

LiamSkirrow commented 10 months ago

No need for a build script since to compile the code, the user can just run make. Install script should move executable to home directory's .bin and the man-page to the relevant area.