2009-10-20 Chris Toshok <toshok@ximian.com>
[moon.git] / examples / clock-hands / Makefile
blob6c238a3653a1d3df0e178906822c384f65f194d6
1 hands: hands.cpp
2 gcc hands.cpp -o hands `pkg-config --libs --cflags gtk+-2.0 mozilla-gtkmozembed mozilla-js`
4 clean:
5 rm -f hands