Browse Source

Update make clean target

Marek Marczykowski 11 years ago
parent
commit
340b62d4d4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -26,4 +26,5 @@ rpms-dom0:
 		$(RPMS_DIR)/noarch/qubes-core-dom0-doc-$(VERSION)*rpm
 
 clean:
-	make -C misc clean
+	make -C dispvm clean
+	make -C qmemman clean