xorg driver, added make clean to toplevel makefile

This commit is contained in:
Jay Sorg 2013-07-16 11:21:57 -07:00
parent 3ce6644791
commit e7039c4603

View File

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