From 03be651482bfc6718e1a2185245a0c9a9f842bed Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sun, 18 Sep 2016 20:25:52 +0200 Subject: Includes changes proposed by Mael Valais. --- Makefile | 3 +++ get.php | 13 +++++++++++++ 2 files changed, 16 insertions(+) diff --git a/Makefile b/Makefile index e8db877..43bc2b8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ calendar: + # Printing of the current Java version suggested by Mael Valais. + java -version + javac -version javac src/*.java -d bin/ clean: diff --git a/get.php b/get.php index d816573..0338ccb 100644 --- a/get.php +++ b/get.php @@ -1,4 +1,17 @@