diff options
author | Kevin Chabowski <kevin@kch42.de> | 2010-09-04 23:29:18 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2010-09-04 23:29:18 +0200 |
commit | d6650cedabfe2fa1bb2a02bcd29e67910d7ab556 (patch) | |
tree | c9ce986b438717020d37170e0dca34a783a5cbaf /Makefile | |
download | kch_lastfm_recently-d6650cedabfe2fa1bb2a02bcd29e67910d7ab556.tar.gz kch_lastfm_recently-d6650cedabfe2fa1bb2a02bcd29e67910d7ab556.tar.bz2 kch_lastfm_recently-d6650cedabfe2fa1bb2a02bcd29e67910d7ab556.zip |
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |