rearranging, adding initial keyboard support.

This commit is contained in:
Enno Boland (Gottox)
2009-06-06 09:35:50 +02:00
parent ad005db13f
commit 6848b92342
2 changed files with 59 additions and 27 deletions
+3 -5
View File
@@ -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