From d6650cedabfe2fa1bb2a02bcd29e67910d7ab556 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 4 Sep 2010 23:29:18 +0200 Subject: Initial commit --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..733c8c8 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +PHP = php + +kch_lastfm_recently.txt: kch_lastfm_recently.php + $(PHP) kch_lastfm_recently.php > kch_lastfm_recently.txt -- cgit v1.2.3-54-g00ecf