Skip to content

Commit

Permalink
Implement string display.
Browse files Browse the repository at this point in the history
  • Loading branch information
picnoir committed Feb 1, 2018
1 parent 0551cfd commit 699c5e7
Show file tree
Hide file tree
Showing 10 changed files with 8,976 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -7,7 +7,7 @@ include config.mk
SRC = st.c main.c screen.c font12.c font16.c font20.c font24.c font8.c
OBJ = $(SRC:.c=.o)

all: options st
all: options einkshell

options:
@echo st build options:
Expand All @@ -28,7 +28,7 @@ font.o: font.h

$(OBJ): config.h config.mk

st: $(OBJ)
einkshell: $(OBJ)
$(CC) -o $@ $(OBJ) $(STLDFLAGS)

clean:
Expand Down

0 comments on commit 699c5e7

Please sign in to comment.