X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x2%2FMakefile;h=0c2f81012be990407a72c89d61675e181f893ef9;hp=43e69673f952b2df509aab192afd1e3575019d68;hb=9e9b8570be5592e4f375cb3c888136b24da8139f;hpb=86eb090e1fb5ea439287a09cc733460fa5434cde diff --git a/x2/Makefile b/x2/Makefile index 43e6967..0c2f810 100644 --- a/x2/Makefile +++ b/x2/Makefile @@ -67,6 +67,7 @@ endef .PHONY: \ build \ + rebuild \ install \ uninstall \ reinstall \ @@ -85,6 +86,10 @@ reinstall: @$(MAKE) -s uninstall @$(MAKE) -s install +rebuild: + @$(MAKE) -s clean + @$(MAKE) -s build + clean: rm -rf bin