From 5a8a3749f46828f1db5cbd6bd55d22ea9e188ab1 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 5 Feb 2017 00:43:59 +1100 Subject: CSV package done, sketched out Candidates package --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') 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 + -- cgit