diff options
| author | Lua Team <team@lua.org> | 1995-11-28 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 1995-11-28 12:00:00 +0000 |
| commit | 71754d2f6423fb9b6e87658e58bafc5470d53f65 (patch) | |
| tree | c704e97b80e52a52d3152738941bb4c8ca676b97 /include/Makefile | |
| parent | a8b6ba0954edb9e0e669e1f451b9a8f145ce5166 (diff) | |
| download | lua-github-2.2.tar.gz | |
Lua 2.22.2
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 5ef4d4b5..e55b7717 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,8 +1,15 @@ # makefile for lua distribution +SRCS= lua.h lualib.h luadebug.h + all: +dynamic: + clean: co: - co -M lua.h lualib.h + co -f -M $(SRCS) + +klean: clean + rm -f $(SRCS) |
