diff options
Diffstat (limited to 'progs/vp/Makefile')
-rw-r--r-- | progs/vp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/vp/Makefile b/progs/vp/Makefile index 3349fd53428..28d63237a45 100644 --- a/progs/vp/Makefile +++ b/progs/vp/Makefile @@ -40,9 +40,9 @@ INCLUDES = -I. -I$(TOP)/include -I../samples default: $(PROGS) clean: - rm -f $(PROGS) - rm -f *.o - rm -f getproclist.h + -rm -f $(PROGS) + -rm -f *.o + -rm -f getproclist.h |