X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=779262897d6ac0c6e554417ebafff08ef0437b18;hb=6848b92342058d083a2ba3717914738cbf1bb6d6;hp=b1836037a03b0a95ee78fad9c5f3f32d538414a6;hpb=ad005db13f571dabb72fce448eb0d93f79acf97d;p=surf.git diff --git a/Makefile b/Makefile index b183603..7792628 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ include config.mk -SRC = surf.c tabbed.c +SRC = surf.c OBJ = ${SRC:.c=.o} -all: options surf tabbed +all: options surf options: @echo surf build options: @@ -20,12 +20,10 @@ options: ${OBJ}: config.mk -surf: surf.o +surf: ${OBJ} @echo CC -o $@ @${CC} -o $@ surf.o ${LDFLAGS} -tabbed: tabbed.o - clean: @echo cleaning @rm -f surf ${OBJ} surf-${VERSION}.tar.gz