mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 04:01:12 +00:00
Update Makefile
posix32bit platform target added
This commit is contained in:
parent
48b31c209e
commit
2ba2795ac7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ RM= rm -f
|
||||||
# == END OF USER SETTINGS -- NO NEED TO CHANGE ANYTHING BELOW THIS LINE =======
|
# == END OF USER SETTINGS -- NO NEED TO CHANGE ANYTHING BELOW THIS LINE =======
|
||||||
|
|
||||||
# Convenience platforms targets.
|
# Convenience platforms targets.
|
||||||
PLATS= aix bsd c89 freebsd generic linux macosx mingw posix solaris
|
PLATS= aix bsd c89 freebsd generic linux macosx mingw posix posix32bit solaris
|
||||||
|
|
||||||
# What to install.
|
# What to install.
|
||||||
TO_BIN= lua luac
|
TO_BIN= lua luac
|
||||||
|
|
Loading…
Reference in a new issue