summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-05 00:43:59 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-05 00:43:59 +1100
commit5a8a3749f46828f1db5cbd6bd55d22ea9e188ab1 (patch)
tree165e0c87d3cfaa2cc4565f7d8ea84fe6445b5657 /makefile
parent464156f1baa38b6c6bd95b1d4d4e9f7c05e4294e (diff)
CSV package done, sketched out Candidates package
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 9475db8..281f11a 100644
--- a/makefile
+++ b/makefile
@@ -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
+