moved installed docs, removed obsoletes, fixed makefiles to do a proper distclean...
[fw/sdcc] / as / Makefile
index 65ec66587c3355b326b523f63760844a0b329b31..ab333afb6ed16e2fe29cc929e29ef1828fa521aa 100644 (file)
@@ -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