diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-02-05 00:43:59 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-02-05 00:43:59 +1100 |
commit | 5a8a3749f46828f1db5cbd6bd55d22ea9e188ab1 (patch) | |
tree | 165e0c87d3cfaa2cc4565f7d8ea84fe6445b5657 /makefile | |
parent | 464156f1baa38b6c6bd95b1d4d4e9f7c05e4294e (diff) |
CSV package done, sketched out Candidates package
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ stv: -hidir build -stubdir build -dumpdir build -o bin/stv +ada: + gnatmake src/stv.adb -Isrc -D build -o bin/adastv + |