testing stuff, finish text viewing basically
+ test.txt has tabstoppage to test rendering + home/end/status line
This commit is contained in:
@@ -22,5 +22,8 @@ run: $(BIN)
|
||||
reset
|
||||
./$(BIN) notes.txt
|
||||
|
||||
keypress: keypress.c
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ keypress.c
|
||||
|
||||
%.o: %.c
|
||||
$(CC) $(CFLAGS) -c $@ $<
|
||||
|
||||
Reference in New Issue
Block a user