X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2FMakefile;h=ab333afb6ed16e2fe29cc929e29ef1828fa521aa;hb=19eb37fd0abc83f9e2491a3f9ac2033363954852;hp=65ec66587c3355b326b523f63760844a0b329b31;hpb=1fd4cd6fc84d59c208d9e7b64318599c82af334e;p=fw%2Fsdcc diff --git a/as/Makefile b/as/Makefile index 65ec6658..ab333afb 100644 --- a/as/Makefile +++ b/as/Makefile @@ -17,4 +17,7 @@ install-doc: $(INSTALL) -d $(docdir)/aslink cp -f `find doc -maxdepth 1 -not -type d` $(docdir)/aslink +uninstall: + cd $(bindir); rm -f as-z80 as-gbz80 + include clean.mk