Commit Graph

6 Commits

Author SHA1 Message Date
Roland Haeder db1480e1a6
Also ignore .d files as they got generated every time.
Signed-off-by: Roland Haeder <roland@mxchange.org>
2015-11-12 19:15:37 +01:00
Bradley Clemetson 2d20c5c801 Compiles on Linux with OpenAL support, SDL1/2 support.
Added build options for Zip/Ogg/OpenAL (On if available)
2015-08-10 22:55:01 -07:00
Alejandro Ricoveri 192f4c986d Optional configuration file
Ability to read an optional configuration file
which is read if exists, we can even decide
which configuration file (default is config.mk) to use at
the command line like this:

$ make # it will read config.mk if exists
$ make CONFIG_FILE=my-badass-conf.mk
$ make CONFIG_FILE=no-retexturing.mk

As always, build variables still can be set as well by command line.

$ make WITH_SYSTEMWIDE=/media/cdrom/quake2-data CONFIG_FILE=my-badass-conf.mk
2014-02-19 20:46:16 -04:30
Yamagi Burmeister 3a0ae1d6f8 I was told that there're other editors than vim 2012-05-01 15:25:28 +02:00
Yamagi Burmeister fca28bdad7 Ignore .swp files 2012-04-30 15:31:40 +02:00
Christoph Mallon e064f4b68b Ignore build directories. 2012-04-30 12:51:55 +02:00