From 9eae4e888d1d81239cdbbe7c17ce87ec58207dda Mon Sep 17 00:00:00 2001 From: Mike Harsch Date: Tue, 23 Oct 2012 10:22:21 -0600 Subject: enable build on darwin --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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/ -- cgit v1.2.3