From 31127a91528f27ce26974341ebc451184b7c304d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 10 Feb 2022 06:53:22 -0800 Subject: [PATCH] clean up top-level Makefile targets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f4e4860..96c2986 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ RANLIB= ranlib # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE ========= -# Convenience platforms targets. -PLATS= aix ansi freebsd generic linux macosx mingw netbsd openbsd posix solaris +# Keep this sync'd with src/Makefile +PLATS= freebsd linux macosx netbsd openbsd # What to install. TO_BIN= lua luac