commit: 53ffbaeb24f6ee22a2dcd70fad29c86a4dd863c2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 22 07:21:35 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 22 07:21:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=53ffbaeb
Remove leftover generated Makefiles from the repo (sic!) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> libsandbox/Makefile | 4 ---- libsbutil/Makefile | 4 ---- src/Makefile | 4 ---- 3 files changed, 12 deletions(-) diff --git a/libsandbox/Makefile b/libsandbox/Makefile deleted file mode 100644 index 2db82ff..0000000 --- a/libsandbox/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -# Helper for developers. -all libsandbox libsandbox.la: libsandbox/libsandbox.la ; -clean: ; rm -f *.o *.l[ao] .libs/* -%: ; $(MAKE) -C .. $@ diff --git a/libsbutil/Makefile b/libsbutil/Makefile deleted file mode 100644 index f5638c7..0000000 --- a/libsbutil/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -# Helper for developers. -all libsbutil libsbutil.la: libsbutil/libsbutil.la ; -clean: ; rm -f *.o *.l[ao] .libs/* -%: ; $(MAKE) -C .. $@ diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index 4b2bc35..0000000 --- a/src/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -# Helper for developers. -all sandbox: src/sandbox ; -clean: ; rm -f *.o *.l[ao] .libs/* sandbox -%: ; $(MAKE) -C .. $@
