1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/main/lua-stringy/makefile.patch

12 lines
225 B
Diff

Tests are run in check phase.
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,6 @@
stringy.so: stringy.o stringy_test.lua
$(CC) -shared stringy.o -o $@
- $(LUA) stringy_test.lua
clean:
rm -f stringy.so stringy.o *.rock