summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMike Harsch <mike@harschsystems.com>2012-10-23 10:22:21 -0600
committerMike Harsch <mike@harschsystems.com>2012-10-23 10:22:21 -0600
commit9eae4e888d1d81239cdbbe7c17ce87ec58207dda (patch)
treea1612d8fc7c1c2a1aebd6f4b6fc311bcacc8b98d /test/Makefile
parentdb6da700f19a57916cb15537d919e88cda59eadf (diff)
downloadlibnvpair-master.tar.gz
enable build on darwinHEADmaster
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
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/