Don't look up pid/tid on YAGL_LOG_FUNC_SET
[sdk/emulator/qemu.git] / tizen / Makefile
1 all:
2         cd src && $(MAKE) all
3         cd standalone-src && $(MAKE) all
4 clean:
5         cd src && $(MAKE) clean
6         cd standalone-src && $(MAKE) clean
7 distclean:
8         cd standalone-src && $(MAKE) clean
9         cd src && $(MAKE) distclean
10 install:
11         cd src && $(MAKE) install
12         cd standalone-src && $(MAKE) install