diff options
| author | wcout <wcout@users.noreply.github.com> | 2023-01-21 17:27:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-21 17:27:58 +0100 |
| commit | 2ddfd9d9492d9fc1df111ec9211dd1be4d424c35 (patch) | |
| tree | c766d0dfb3a2d7a75c275db2821d5bcf0e935a15 /examples/Makefile | |
| parent | 1fc269b0d4c79b256cc57740d318f95dded8c340 (diff) | |
Animated GIF support (Fl_Anim_GIF_Image class) (#375)
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index dc312aa7a..946eda808 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -22,7 +22,11 @@ SHELL = /bin/sh .SILENT: # Executables -ALL = browser-simple$(EXEEXT) \ +ALL = animgifimage$(EXEEXT) \ + animgifimage-play$(EXEEXT) \ + animgifimage-simple$(EXEEXT) \ + animgifimage-resize$(EXEEXT) \ + browser-simple$(EXEEXT) \ cairo-draw-x$(EXEEXT) \ chart-simple$(EXEEXT) \ draggable-group$(EXEEXT) \ |
