add "make corona" option
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Apr 2021 14:15:02 +0000 (15:15 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Apr 2021 14:15:02 +0000 (15:15 +0100)
ls180/.gitignore [new file with mode: 0644]
ls180/Makefile

diff --git a/ls180/.gitignore b/ls180/.gitignore
new file mode 100644 (file)
index 0000000..95373d1
--- /dev/null
@@ -0,0 +1,4 @@
+niolib/
+nsxlib/
+obj/
+vst_src/
index ad612e7d9555c8f00789e69b4e744f5b35e5ac9d..66c70a22e8ef1e57493e9a040b6552e98312e060 100644 (file)
@@ -18,3 +18,7 @@ all : $(nsxlib_vst)
        echo $(nsxlib_vbe)
        echo $(nsxlib_vst)
 
+corona:
+       (cd obj && ghdl -e -g --std=08 corona)
+       (cd obj && ghdl -r -g --std=08 corona)
+