Skip to content

Commit

Permalink
[Makefile] refs fibercrypto#38 Changes in make clean to remove qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jul 27, 2019
1 parent 16b59c7 commit b1a18b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,9 @@ format: ## Formats the code. Must have goimports installed (use make install-lin
clean-libc: ## Clean files generated by libc
rm -rfv $(BUILDLIB_DIR)
rm -rfv bin
rm -rfv qemu_test_libskycoin*
rm -rfv qemu_*
rm -rfv include/libskycoin.h
rm -fv core

clean-skyapi: ## Clean files generated by skyapi
rm -rfv $(BUILDLIBSKYAPI_DIR)
Expand Down

0 comments on commit b1a18b0

Please sign in to comment.