sync with tizendev
[adaptation/xorg/driver/xserver-xorg-video-emulator.git] / Makefile
1 TOP_DIR = .
2
3 include $(TOP_DIR)/Make.rules
4
5 SUBDIRS = src
6
7 $(EVERYTHING)::
8         @for n in $(SUBDIRS); do $(MAKE) -C $$n $@ || exit 1; done