summaryrefslogtreecommitdiffstats
path: root/tetris/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-281-4/+4
|
* Get all the games compiling for iOSCameron Katri2021-02-221-7/+14
|
* apply ${GCC_NO_FORMAT_TRUNCATION} to scores.cmrg2020-09-061-1/+2
|
* introduce some common variables for use in GCC warning disables:mrg2019-10-131-1/+3
| | | | | | | | | | | | | | | | | GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8) use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come. we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong."
* Userland now builds and uses terminfo instead of termcap.roy2010-02-031-3/+3
| | | OK: core@, jdc@
* Make the default WARNS for games 4. The only game that needs to set WARNSdholland2008-01-281-2/+1
| | | to anything else now is rogue, so clear WARNS from the other makefiles.
* Build with WARNS=4. (All fixes are cosmetic, except that it's definitelydholland2008-01-281-1/+2
| | | | bad karma to shadow a local variable with another of the same name in a nested block...)
* install games that need it setgid.mrg1997-11-201-1/+2
|
* NetBSD RCS Idscgd1995-04-221-0/+1
|
* specify man pages the new way.cgd1994-12-221-1/+1
|
* ascii tetris!cgd1994-05-061-0/+10