summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/examples/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/calculator/CEdev/examples/makefile')
-rw-r--r--frontends/calculator/CEdev/examples/makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/frontends/calculator/CEdev/examples/makefile b/frontends/calculator/CEdev/examples/makefile
deleted file mode 100644
index 33f84cd..0000000
--- a/frontends/calculator/CEdev/examples/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-#-----------------------------------------------
-# This makefile builds all the example projects
-#-----------------------------------------------
-
-DIRS = $(wildcard */makefile)
-
-all clean gfx .PHONY: $(DIRS)
-
-$(DIRS):
- $(MAKE) -C $(dir $@) $(MAKECMDGOALS)
-
-.PHONY: all clean gfx