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