diff options
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -1,9 +1,9 @@ -# surf - simple browser +# sb - simple browser  # See LICENSE file for copyright and license details.  include config.mk -SRC = sb.c +SRC = sb.c defaults.h  OBJ = ${SRC:.c=.o}  all: options sb | 
