Make 'make clean' clean all the object files
This commit is contained in:
parent
ec988f9385
commit
70f8a7401c
2
Makefile
2
Makefile
@ -25,3 +25,5 @@ update-repo-testing:
|
|||||||
clean:
|
clean:
|
||||||
(cd appvm && make clean)
|
(cd appvm && make clean)
|
||||||
(cd dom0/restore && make clean)
|
(cd dom0/restore && make clean)
|
||||||
|
(cd dom0/qmemman && make clean)
|
||||||
|
(cd common && make clean)
|
||||||
|
6
dom0/qmemman/Makefile
Normal file
6
dom0/qmemman/Makefile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
all:
|
||||||
|
@echo "Nothing to do here."
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.pyo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user