about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-02-10 16:40:22 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-02-10 16:40:22 -0800
commitc1e4b84222f0a5fa3834b74a000ee5ab904708c1 (patch)
tree7f56ffb9b6dc361a86a198582d8caf064405af23 /src
parent76984aa90fa291787e50ef5922b2f6f59ca71ac1 (diff)
downloadteliva-c1e4b84222f0a5fa3834b74a000ee5ab904708c1.tar.gz
fixup! clean up top-level Makefile targets
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 755f839..4b65932 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -20,6 +20,7 @@ MYLIBS=
 
 # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE =========
 
+# Keep this sync'd with src/Makefile
 PLATS= freebsd linux macosx netbsd openbsd
 
 LUA_A=	liblua.a