From f76d59c41df1c14a6abb710414809ae1915bda14 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 26 Mar 2015 09:00:39 +0100 Subject: Moved build system to GENie [Miodrag Milanovic] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 69a16083596..7e5fbeccda5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,10 @@ /inp /nvram /obj +/roms /snap src/regtests/chdman/temp src/regtests/jedutil/output /sta *.pyc +/.build \ No newline at end of file -- cgit v1.2.3