diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-02-10 16:40:22 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-02-10 16:40:22 -0800 |
commit | c1e4b84222f0a5fa3834b74a000ee5ab904708c1 (patch) | |
tree | 7f56ffb9b6dc361a86a198582d8caf064405af23 /src | |
parent | 76984aa90fa291787e50ef5922b2f6f59ca71ac1 (diff) | |
download | teliva-c1e4b84222f0a5fa3834b74a000ee5ab904708c1.tar.gz |
fixup! clean up top-level Makefile targets
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 |
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 |