diff options
author | mutantturkey <crazycal00@gmail.com> | 2011-05-08 23:37:07 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2011-05-08 23:37:07 -0400 |
commit | 1cd2f0ad0d0082f25f9bc21618605fb41dad5e6d (patch) | |
tree | 0d69d13e7ee1d3e63c88634dcc68bf049be3795f /Makefile | |
parent | daa7432977506a64e5c9679f6a7d4389ec8ce98f (diff) |
added defaults.h to Makefile
Diffstat (limited to 'Makefile')
-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 |