diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-02-13 06:31:09 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-02-13 06:31:09 +1100 |
commit | 835c2dffc539e277812925469c82662482e1bbc5 (patch) | |
tree | d964f03e28597afe28a842df627288cb72de79e7 /makefile | |
parent | f9658404967d5fd39d22980d953dd49c72795da6 (diff) |
Removed all Haskell and other old code, updated readme/notes
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |