diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ install_only: clean: rm -rf images +# force taking new rpms from repository + rm -rf kernel/RPMS for i in $(DIRS); do make -C $$i clean; done find . -name "*~" -o -name ".#*" | xargs rm -f |