mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00

make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files
20 lines
175 B
Plaintext
20 lines
175 B
Plaintext
*~
|
|
/*
|
|
!/*/
|
|
!/.gitattributes
|
|
!/.gitignore
|
|
!/makefile
|
|
!/*.md
|
|
/cfg
|
|
/diff
|
|
/ini
|
|
/inp
|
|
/nvram
|
|
/obj
|
|
/roms
|
|
/snap
|
|
src/regtests/chdman/temp
|
|
src/regtests/jedutil/output
|
|
/sta
|
|
*.pyc
|
|
/.build |