From f6437148793cf539c9cba35418579ab58c388ebf Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 5 Aug 2017 16:44:49 +0000 Subject: Add draggable-group example program. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12372 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index a492f7a9a..a7b2d3c01 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -6,6 +6,7 @@ SHELL = /bin/sh # Executables ALL = clipboard$(EXEEXT) \ + draggable-group$(EXEEXT) \ fltk-versions$(EXEEXT) \ howto-add_fd-and-popen$(EXEEXT) \ howto-browser-with-icons$(EXEEXT) \ @@ -41,4 +42,3 @@ clean: $(RM) $(ALL) $(RM) *.o $(RM) core - -- cgit v1.2.3