Browse Source

Fixing makefile; Updating README; adding tmp.txt to gitignore

master
Levi Olson 5 years ago
parent
commit
1c54b49448
3 changed files with 6 additions and 4 deletions
  1. +1
    -0
      .gitignore
  2. +2
    -2
      Makefile
  3. +3
    -2
      README.md

+ 1
- 0
.gitignore View File

@ -1 +1,2 @@
editor
tmp.txt

+ 2
- 2
Makefile View File

@ -9,7 +9,7 @@ endif
build_and_run: clean build run
.PHONY : build_and_run build run clean test
.PHONY : build_and_run build run clean testfile
build :
@echo "-> Building"
@ -25,7 +25,7 @@ clean :
@echo "-> Cleaning up"
@-rm editor
test :
testfile :
@echo -e "-> Generating test file"
@echo -e "This is a line.\nThis is another line.\n\n\nThis is the end." > tmp.txt
@$(CAT) tmp.txt

+ 3
- 2
README.md View File

@ -8,8 +8,9 @@ This project is in VERY early stages and you could very likely destroy any file
git clone https://github.com/leothelocust/led.git
cd led/
make testfile
make
make build
./editor tmp.txt
## Supported Key Bindings
|Key Binding|Action|

Loading…
Cancel
Save