Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lyse
wie_schbaed
Commits
6774b800
Commit
6774b800
authored
Jun 19, 2010
by
Julian Trischler
Browse files
Added Makefile.
parent
2f45e003
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
6774b800
#
# Makefile for compiling the Ada source code.
#
# Written by Julian 'Lyse' Trischler <software@lyse.isobeef.org>, 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
wie_schbaed.adb
View file @
6774b800
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
-- --
-- --
-- This software was written by Julian 'Lyse' Trischler on June 18th 2010 --
-- This software was written by Julian 'Lyse' Trischler on June 18th 2010 --
-- and is published under Do-The-Fuck-You-Want-To-Public-License. --
-- and is published under Do-The-Fuck-You-Want-To-Public-License. --
-- --
-- Version 0.8 (2010-06-18) --
-- Version 0.8 (2010-06-18) --
----------------------------------------------------------------------------
----------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment