summaryrefslogtreecommitdiff
path: root/apps/windoze/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/Makefile')
-rw-r--r--apps/windoze/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/windoze/Makefile b/apps/windoze/Makefile
deleted file mode 100644
index b141bb5..0000000
--- a/apps/windoze/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-root := ../..
-subdirs := CBuilder3
-pre-targets :=
-include ${root}/Makefile.cfg
-
-
-s = $(c) $(cpp)
-d = $(c:%.c=%.d) $(cpp:%.cpp=%.d)
-o = $(c:%.c=%.o) $(cpp:%.cpp=%.o)
-
-ifneq ($(nodeps),yes)
--include $(d)
-endif