diff options
| author | Greg Ercolano <erco@seriss.com> | 2021-03-18 19:41:27 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2021-03-18 19:41:27 -0700 |
| commit | 19ae897553eb38e432a52359b25f0d2c65e7753f (patch) | |
| tree | 9d8121870c38eb0f2cc7d4303b096c4771e48372 /examples/Makefile | |
| parent | 0688c77c333f47c76c5dc4a945942220ea80194a (diff) | |
Added chart-simple example
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 50e777495..a4ffc12f5 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -6,6 +6,7 @@ SHELL = /bin/sh # Executables ALL = browser-simple$(EXEEXT) \ + chart-simple$(EXEEXT) \ clipboard$(EXEEXT) \ draggable-group$(EXEEXT) \ howto-add_fd-and-popen$(EXEEXT) \ |
