X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=x2%2FMakefile;h=0c2f81012be990407a72c89d61675e181f893ef9;hb=cc78dde6c204c949c98f5294e4cba7f21a9c8eef;hp=43e69673f952b2df509aab192afd1e3575019d68;hpb=86eb090e1fb5ea439287a09cc733460fa5434cde;p=khatus.git 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