diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-24 23:47:33 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-24 23:47:33 +0100 |
| commit | db39d8b3d6a32e6c2320c8d765b4b969ea3399db (patch) | |
| tree | ab598e01079113fce4a89f5a290314cc9bd3f963 /Makefile | |
initial import
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4a4eec7 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +all: + gcc fibonacci.pl.c -o fibonacci + ./fibonacci + @echo + perl fibonacci.pl.c |
