aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2011-05-08 23:37:07 -0400
committermutantturkey <crazycal00@gmail.com>2011-05-08 23:37:07 -0400
commit1cd2f0ad0d0082f25f9bc21618605fb41dad5e6d (patch)
tree0d69d13e7ee1d3e63c88634dcc68bf049be3795f
parentdaa7432977506a64e5c9679f6a7d4389ec8ce98f (diff)
added defaults.h to Makefile
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9501e5e..08b7e1f 100644
--- a/Makefile
+++ b/Makefile
@@ -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