summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index e5029b39e..250b951d5 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,5 +1,10 @@
-include ../makeinclude
+include Makefile.FLTK
+RM = rm -f
+SHELL = /bin/sh
+.SILENT:
+
+# Executables
ALL = howto-add_fd-and-popen$(EXEEXT) \
howto-drag-and-drop$(EXEEXT) \
howto-parse-args$(EXEEXT) \
@@ -25,3 +30,4 @@ clean:
$(RM) $(ALL)
$(RM) *.o
$(RM) core
+