diff options
| author | Greg Ercolano <erco@seriss.com> | 2019-08-22 12:15:41 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2019-08-22 12:15:41 -0700 |
| commit | 7e656413ff9d6cd79964eb1d34d83ce414aba2c3 (patch) | |
| tree | 3b497054464ee5d21ba431877e4e0b2b91cf5d09 /examples/Makefile | |
| parent | 33eb87940dcc672ac50a3c1a26b437e7f1320112 (diff) | |
Added simple "draw an 'X'" 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 a516af365..f26f7dccf 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -12,6 +12,7 @@ ALL = browser-simple$(EXEEXT) \ howto-add_fd-and-popen$(EXEEXT) \ howto-browser-with-icons$(EXEEXT) \ howto-drag-and-drop$(EXEEXT) \ + howto-draw-an-x$(EXEEXT) \ howto-menu-with-images$(EXEEXT) \ howto-parse-args$(EXEEXT) \ howto-remap-numpad-keyboard-keys$(EXEEXT) \ |
