diff options
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile new file mode 100644 index 00000000..5ef4d4b5 --- /dev/null +++ b/include/Makefile @@ -0,0 +1,8 @@ +# makefile for lua distribution + +all: + +clean: + +co: + co -M lua.h lualib.h |
