summaryrefslogtreecommitdiff
path: root/rhtvision/examples/fonts/test.umk
diff options
context:
space:
mode:
Diffstat (limited to 'rhtvision/examples/fonts/test.umk')
-rw-r--r--rhtvision/examples/fonts/test.umk17
1 files changed, 17 insertions, 0 deletions
diff --git a/rhtvision/examples/fonts/test.umk b/rhtvision/examples/fonts/test.umk
new file mode 100644
index 0000000..ce3bdf8
--- /dev/null
+++ b/rhtvision/examples/fonts/test.umk
@@ -0,0 +1,17 @@
+#!/usr/bin/make
+# Automatically generated from RHIDE projects, don't edit
+#
+
+OBJFILES=\
+ ./test$(ExOBJ)
+
+LIBRARIES=
+
+test$(ExEXE):: \
+ ./test$(ExOBJ) \
+ $(MAKEFILE_DEPS)
+ $(RHIDE_COMPILE_LINK)
+
+./test$(ExOBJ):: test.cc
+ $(RHIDE_COMPILE_CC)
+