summaryrefslogtreecommitdiff
path: root/util/Makefile.pq
diff options
context:
space:
mode:
Diffstat (limited to 'util/Makefile.pq')
-rw-r--r--util/Makefile.pq12
1 files changed, 12 insertions, 0 deletions
diff --git a/util/Makefile.pq b/util/Makefile.pq
new file mode 100644
index 00000000..3ec35895
--- /dev/null
+++ b/util/Makefile.pq
@@ -0,0 +1,12 @@
+TOPSRC=..
+
+!include $(TOPSRC)\powerquest\MCONFIG
+
+ALL:: libecho.exe
+
+libecho.exe: libecho.c
+
+clean::
+ $(RM) libecho.exe
+
+!include $(TOPSRC)\powerquest\MAKEFILE.STD