diff options
author | root <root@localhost.localdomain> | 2018-10-02 23:54:01 +0800 |
---|---|---|
committer | root <root@localhost.localdomain> | 2018-10-02 23:54:01 +0800 |
commit | 1d56c9aa1b4d8279a56baa3238f67e61ea901589 (patch) | |
tree | 2f8f3043fb597b2f14e2c21f802824f4f5fbf40b /example/Makefile.in | |
parent | 90ca91caa85dcd4d7e7223f80b532db42b1f2c2b (diff) |
fix remake
Diffstat (limited to 'example/Makefile.in')
-rw-r--r-- | example/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in index 7f465bdde..d3d4aed20 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -16,5 +16,5 @@ install: cp ndpiReader /usr/local/bin clean: - /bin/rm *.o ndpiReader + /bin/rm -f *.o ndpiReader |