This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
led
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixing makefile; Updating README; adding tmp.txt to gitignore
master
Levi Olson
6 years ago
parent
e4ad7890e5
commit
1c54b49448
3 changed files
with
6 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+2
-2
Makefile
+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
test
file
build
:
@echo
"-> Building"
@ -25,7 +25,7 @@ clean :
@echo
"-> Cleaning up"
@-rm editor
test
:
test
file
:
@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|
Write
Preview
Loading…
Cancel
Save