mirror of https://github.com/neutrinolabs/xrdp
xorg driver, added top level makefile
This commit is contained in:
parent
52266913bd
commit
3ce6644791
|
@ -0,0 +1,8 @@
|
|||
|
||||
all: alldirs
|
||||
|
||||
alldirs:
|
||||
cd module; $(MAKE) $(MFLAGS)
|
||||
cd xrdpdev; $(MAKE) $(MFLAGS)
|
||||
cd xrdpkeyb; $(MAKE) $(MFLAGS)
|
||||
cd xrdpmouse; $(MAKE) $(MFLAGS)
|
Loading…
Reference in New Issue