Skip to content

Commit

Permalink
[Makefile] refs #105 Update tags clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Sep 4, 2019
1 parent 1513131 commit de34f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ clean-skyhwd: ## Clean files generated by skyhwd
rm -rfv $(BUILDLIBSKYHWD_DIR)

clean: clean-libc clean-skyapi clean-skyhwd ## Clean all files generated by libraries

rm -rfv $(BUILD_DIR)
format-libc:
$(PKG_CLANG_FORMAT) -sort-includes -i -assume-filename=.clang-format lib/cgo/tests/*.c
$(PKG_CLANG_FORMAT) -sort-includes -i -assume-filename=.clang-format include/*.h
Expand Down

0 comments on commit de34f48

Please sign in to comment.