documentation was wrong
[sdlhildon] / sdlhim / Makefile
1 all: 
2         make -C src all
3
4 clean:
5         make -C src clean
6
7 install:
8         make -C src install
9
10 uninstall:
11         make -C src uninstall