diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 8ac15dc..add99d3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,4 +24,4 @@ hellonv: hello_nv.c $(CC) $(CPPFLAGS) $(CFLAGS) -o hello_nv hello_nv.c ../libnvpair.a clean: - rm -f $(OBJS) hello_nv + rm -rf $(OBJS) hello_nv hello_nv.dSYM/ |