eklitzke / radio-player

A Haskell program to play Internet radio using the new GStreamer bindings

This URL has Read+Write access

radio-player / Makefile
100644 8 lines (5 sloc) 0.071 kb
1
2
3
4
5
6
7
8
radio: radio.hs
ghc --make $?
 
clean:
-rm -f *.hi *.o
 
.PHONY: clean