diff options
author | Tim Angus <tim@ngus.net> | 2005-06-07 00:48:15 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-06-07 00:48:15 +0000 |
commit | 17e5b74251148a0c8fb9d8c6dc46977af11e4f66 (patch) | |
tree | ab105663e1c0c0a2578b8b0d3922cec0d38ecb49 /Makefile | |
parent | 16570422bb836e39f145b3676403a9a470a832a0 (diff) |
* Human scanner blips now fade away after updates
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ RPMARCH=i386 VENDOR=unknown endif #alpha test -BASE_CFLAGS=-pipe +BASE_CFLAGS=-pipe -Wall DEBUG_CFLAGS=$(BASE_CFLAGS) -g -pg DEPEND_CFLAGS= -MM |