diff options
author | Bunnaroath Sou <bsou@sifive.com> | 2019-03-29 12:43:03 -0700 |
---|---|---|
committer | Bunnaroath Sou <bsou@sifive.com> | 2019-03-29 12:43:03 -0700 |
commit | 0cd16b328cdef918666a35fa142fb1b573d8edc5 (patch) | |
tree | bdad19e81e0c9f2e988dd7054339ed1556ca6df9 /Makefile | |
parent | 304acc90c507f5254b93d4dbaaff79a767e4fc29 (diff) |
Mix a minor cleanup missed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -180,12 +180,12 @@ standalone: \ cp -r freedom-metal $</ - find $</freedom-metal -name ".git*" | xargs rm + find $</freedom-metal -name ".git*" | xargs rm -rf mkdir -p $</scripts cp -r scripts/elf2hex $</scripts - find $</scripts/elf2hex -name ".git*" | xargs rm + find $</scripts/elf2hex -name ".git*" | xargs rm -rf $(MAKE) -C $(SRC_DIR) clean cp -r $(SRC_DIR)/* $</src/ @@ -211,7 +211,7 @@ standalone: \ cp -r freedom-metal $</ - find $</freedom-metal -name ".git*" | xargs rm + find $</freedom-metal -name ".git*" | xargs rm -rf $(MAKE) -C $(SRC_DIR) clean cp -r $(SRC_DIR)/* $</src/ |