diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-22 04:33:37 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-22 04:38:51 -0400 |
commit | 873e8a4748ed52fc33a3e96011b3b246c602277d (patch) | |
tree | 736c265a51b3bead3af1c5190cca18b7ed28881a /libsandbox | |
parent | libsandbox: fix ppc ptrace return value setting (diff) | |
download | sandbox-873e8a4748ed52fc33a3e96011b3b246c602277d.tar.gz sandbox-873e8a4748ed52fc33a3e96011b3b246c602277d.tar.bz2 sandbox-873e8a4748ed52fc33a3e96011b3b246c602277d.zip |
Revert "Remove leftover generated Makefiles from the repo (sic!)"
This reverts commit 53ffbaeb24f6ee22a2dcd70fad29c86a4dd863c2.
These files are supposed to be in here.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsandbox')
-rw-r--r-- | libsandbox/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libsandbox/Makefile b/libsandbox/Makefile new file mode 100644 index 0000000..2db82ff --- /dev/null +++ b/libsandbox/Makefile @@ -0,0 +1,4 @@ +# Helper for developers. +all libsandbox libsandbox.la: libsandbox/libsandbox.la ; +clean: ; rm -f *.o *.l[ao] .libs/* +%: ; $(MAKE) -C .. $@ |