From 573a9c3b39bf1570a575ce3f077a33e752439165 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Thu, 16 Feb 2017 12:08:55 +0100 Subject: lua_pushvalue --- tests/C/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/C/Makefile') diff --git a/tests/C/Makefile b/tests/C/Makefile index bc153a5..7d943b9 100644 --- a/tests/C/Makefile +++ b/tests/C/Makefile @@ -8,4 +8,5 @@ all: $(CC) $(CFLAGS) $(LIBS) lua_pushnumber.c -o lua_pushnumber.out $(CC) $(CFLAGS) $(LIBS) lua_pushinteger.c -o lua_pushinteger.out $(CC) $(CFLAGS) $(LIBS) lua_pushstring.c -o lua_pushstring.out - $(CC) $(CFLAGS) $(LIBS) lua_pushboolean.c -o lua_pushboolean.out \ No newline at end of file + $(CC) $(CFLAGS) $(LIBS) lua_pushboolean.c -o lua_pushboolean.out + $(CC) $(CFLAGS) $(LIBS) lua_pushvalue.c -o lua_pushvalue.out \ No newline at end of file -- cgit v1.2.3-54-g00ecf