xorg driver, added top level makefile

This commit is contained in:
Jay Sorg 2013-07-16 11:20:36 -07:00
parent 52266913bd
commit 3ce6644791
1 changed files with 8 additions and 0 deletions

8
xorg/server/Makefile Normal file
View File

@ -0,0 +1,8 @@
all: alldirs
alldirs:
cd module; $(MAKE) $(MFLAGS)
cd xrdpdev; $(MAKE) $(MFLAGS)
cd xrdpkeyb; $(MAKE) $(MFLAGS)
cd xrdpmouse; $(MAKE) $(MFLAGS)