X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=packihx%2Fclean.mk;h=734faae5a11e37bfee2665a36599479c6959260d;hb=72b7e8dadd92279596c0f56649775fc056acf449;hp=64f8c1a08aad3b1bf15fde86f16c73bffe6e512a;hpb=2f18d948f7f1bfc8551f926c1a903fc0b31de1ed;p=fw%2Fsdcc diff --git a/packihx/clean.mk b/packihx/clean.mk index 64f8c1a0..734faae5 100644 --- a/packihx/clean.mk +++ b/packihx/clean.mk @@ -1,7 +1,9 @@ +PRJDIR = .. + clean: rm -f *core *[%~] *.[oa] *.output rm -f .[a-z]*~ \#* - rm -f packihx + rm -f $(PRJDIR)/bin/packihx$(EXEEXT) distclean realclean: clean rm -f config.* Makefile