summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2006-02-07 12:00:00 +0000
committerrepogen <>2006-02-07 12:00:00 +0000
commit43fb64048e381a76d6cd363dedd9ccc8a85b9b31 (patch)
tree98ca9eb0375499f20a4ca13d2cbbc4451f6e9477 /src/Makefile
parentb487a3dce43e449acf3852ec56345e2860cfeab7 (diff)
downloadlua-github-5.1-rc3.tar.gz
Lua 5.1-rc35.1-rc3
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 13d0d497..fb69ce1e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -107,6 +107,8 @@ posix:
solaris:
$(MAKE) all MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLIBS="-ldl"
+# list targets that do not create files (but not all makes understand .PHONY)
+.PHONY: all $(PLATS) default o a clean depend echo none
# DO NOT DELETE