From 835c2dffc539e277812925469c82662482e1bbc5 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 13 Feb 2017 06:31:09 +1100 Subject: Removed all Haskell and other old code, updated readme/notes --- makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 281f11a..fc27148 100644 --- a/makefile +++ b/makefile @@ -3,12 +3,6 @@ all: stv - stv: - ghc -O2 --make src/main.hs -isrc:build -odir build -outputdir build \ - -hidir build -stubdir build -dumpdir build -o bin/stv - - -ada: - gnatmake src/stv.adb -Isrc -D build -o bin/adastv + gnatmake src/stv.adb -Isrc -D build -o bin/stv -- cgit