diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-07-03 16:57:07 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-07-03 16:57:07 +1000 |
commit | 8b6cc411cceb51b26579f8fcf94424b4842ef0bf (patch) | |
tree | 779ae4f76df38e6c6cd745bd63a5f44a9a169191 /makefile | |
parent | 18b2b85a28c4e8d59cd564612bb7f60019c53051 (diff) |
Changed build from makefile to gpr file
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/makefile b/makefile deleted file mode 100644 index fc27148..0000000 --- a/makefile +++ /dev/null @@ -1,8 +0,0 @@ - - -all: stv - - -stv: - gnatmake src/stv.adb -Isrc -D build -o bin/stv - |