X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2FMakefile.tpl;h=e32dd603dfbfb424462ff6d6ad923feb88785f73;hb=a448627c1d3d7bd7ad98c1d1251dc46492a6ef43;hp=57e49be26baa89f1f5173a0d4798f32f7f42f5ad;hpb=4fa95391e2ff812412d7229e0135efd49cd5f3ed;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/Makefile.tpl b/Usermode/Libraries/Makefile.tpl index 57e49be2..e32dd603 100644 --- a/Usermode/Libraries/Makefile.tpl +++ b/Usermode/Libraries/Makefile.tpl @@ -19,7 +19,7 @@ DEPFILES := $(addsuffix .dep,$(OBJ)) all: $(_BIN) $(_XBIN) clean: - $(RM) $(_BIN) $(_XBIN) $(OBJ) $(_BIN).dsm $(DEPFILES) + $(RM) $(_BIN) $(_XBIN) $(OBJ) $(_BIN).dsm $(DEPFILES) $(EXTRACLEAN) install: all @echo [xCP] $(DISTROOT)/Libs/$(BIN)