diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..5cf99a99cdeafeb07ff345e2ba99e7406bb6ef64 --- /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 3561f754df7fc29262d40545d98e6ff18d5cd3bd..e2b8dd182ed4cd2115cc7605dfa496552be009f9 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) -- ----------------------------------------------------------------------------