diff options
author | 2021-10-22 09:21:35 +0200 | |
---|---|---|
committer | 2021-10-22 09:21:35 +0200 | |
commit | 53ffbaeb24f6ee22a2dcd70fad29c86a4dd863c2 (patch) | |
tree | 58ac7f4f8b6ee07f16809c7b5a76fb5383fc3bfd /libsandbox | |
parent | tests: Add missing EXTRA_DIST for xattr-0 (diff) | |
download | sandbox-53ffbaeb24f6ee22a2dcd70fad29c86a4dd863c2.tar.gz sandbox-53ffbaeb24f6ee22a2dcd70fad29c86a4dd863c2.tar.bz2 sandbox-53ffbaeb24f6ee22a2dcd70fad29c86a4dd863c2.zip |
Remove leftover generated Makefiles from the repo (sic!)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'libsandbox')
-rw-r--r-- | libsandbox/Makefile | 4 |
1 files changed, 0 insertions, 4 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 .. $@ |