X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fmakebin%2FMakefile;h=c6c92d28ba3e2bddc248a90d16ed33055907ef3e;hb=19eb37fd0abc83f9e2491a3f9ac2033363954852;hp=e8d2adda5cbd8caf98ea66b57dd6913ace56ad1b;hpb=1fd4cd6fc84d59c208d9e7b64318599c82af334e;p=fw%2Fsdcc diff --git a/support/makebin/Makefile b/support/makebin/Makefile index e8d2adda..c6c92d28 100644 --- a/support/makebin/Makefile +++ b/support/makebin/Makefile @@ -14,4 +14,7 @@ install: all mkdir -p $(bindir) $(INSTALL) $(BIN) `echo $(bindir)/makebin|sed '$(transform)'` +uninstall: + rm -f $(bindir)/makebin + include clean.mk