diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-29 12:54:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-29 12:54:21 (EDT) |
commit | d6ed04ae879be271d92478f4f6487db0dce721d8 (patch) | |
tree | 6eeeb32f2ba0fe5739421f882091d7af7e93abb0 | |
parent | 5c38303b56407cfc2975825f0dc6b4b42a12d2c9 (diff) |
build: Drop "clean" target
-rwxr-xr-x | build | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -16,11 +16,6 @@ install: build oh-installfiles oh-shlibdeps -clean: - oh-autoclean - rm -f build - rm -Rf *.data - # POSIX.1-2008: # If the pathname does not begin with a '/' it shall be treated as relative to # the current working directory of the process, not relative to the directory |