From 6774b800430e0956c87df0f7de9b182d140d2819 Mon Sep 17 00:00:00 2001 From: Julian Trischler Date: Sat, 19 Jun 2010 00:57:59 +0200 Subject: [PATCH] Added Makefile. --- Makefile | 18 ++++++++++++++++++ wie_schbaed.adb | 1 + 2 files changed, 19 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5cf99a9 --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ +# +# Makefile for compiling the Ada source code. +# +# Written by Julian 'Lyse' Trischler , feel free +# to do the fuck you want to with that incredible piece of software. Please +# note, the autor uses makefiles the second time in his whole life, so this +# may lead to very terrible makefile solutions. Inform him of prettier +# versions if possible. :-) +# + +all: wie_schbaed + +wie_schbaed: wie_schbaed.adb + gnatmake wie_schbaed.adb + +clean: + rm wie_schbaed.o wie_schbaed.ali + diff --git a/wie_schbaed.adb b/wie_schbaed.adb index 3561f75..e2b8dd1 100644 --- a/wie_schbaed.adb +++ b/wie_schbaed.adb @@ -4,6 +4,7 @@ -- -- -- This software was written by Julian 'Lyse' Trischler on June 18th 2010 -- -- and is published under Do-The-Fuck-You-Want-To-Public-License. -- +-- -- -- Version 0.8 (2010-06-18) -- ---------------------------------------------------------------------------- -- GitLab