Added a makefile

This commit is contained in:
2021-01-23 14:44:06 -05:00
parent 827a114752
commit b85e92343f
8 changed files with 42 additions and 36 deletions

View File

@@ -10,9 +10,9 @@
#include "util.hpp"
#include "luastack.hpp"
#include "traceback.hpp"
#include "table.hpp"
#include "source.hpp"
#include "traceback.hpp"
LuaDefine(source_makeclass, "f") {