summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-07-03 16:57:07 +1000
committerJed Barber <jjbarber@y7mail.com>2017-07-03 16:57:07 +1000
commit8b6cc411cceb51b26579f8fcf94424b4842ef0bf (patch)
tree779ae4f76df38e6c6cd745bd63a5f44a9a169191 /makefile
parent18b2b85a28c4e8d59cd564612bb7f60019c53051 (diff)
Changed build from makefile to gpr file
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
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
-