Skip to content

Commit 2d28dda

Browse files
committed
Added a documentation screenshot, fix #1
1 parent df55929 commit 2d28dda

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ CFLAGS += -Os -Wall -Wextra -Wvla
3030
# CFLAGS += -Werror
3131
CFLAGS += -ggdb
3232
CFLAGS += -Isrc/javascript
33+
3334
LDFLAGS = -Wl,--relocatable
3435
LDFLAGS += $(shell $(NWLINK) eadk-ldflags-device)
3536

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Build](https://github.com/Naereen/A-JavaScript-interpreter-for-the-NumWorks-calculator/actions/workflows/build.yml/badge.svg)](https://github.com/Naereen/A-JavaScript-interpreter-for-the-NumWorks-calculator/actions/workflows/build.yml)
44

5+
[![Screenshot documentation showing the icon in my list of applications](screenshot-documentations/screenshot-documentation-icon-of-application.png)](screenshot-documentations/screenshot-documentation-icon-of-application.png)
6+
57
This apps lets you run a [JavaScript](https://en.wikipedia.org/wiki/JavaScript) script on your [NumWorks calculator](https://www.numworks.com)!
68
[![JavaScript logo](./src/icon.png)](https://en.wikipedia.org/wiki/JavaScript)
79

1.46 MB
Loading

0 commit comments

Comments
 (0)