summaryrefslogtreecommitdiff
path: root/ipl/gpacks/drawtree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ipl/gpacks/drawtree/Makefile')
-rw-r--r--ipl/gpacks/drawtree/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/ipl/gpacks/drawtree/Makefile b/ipl/gpacks/drawtree/Makefile
new file mode 100644
index 0000000..770e719
--- /dev/null
+++ b/ipl/gpacks/drawtree/Makefile
@@ -0,0 +1,15 @@
+Build drawtree:
+ icont -s -c -u draw_crc
+ icont -s -c -u data
+ icont -s -c -u draw_sqr
+ icont -s -c -u draw_rec
+ icont -s -c -u draw_box
+ icont -s -c -u draw_bar
+ icont -s -c -u clr_list
+ icont -s -u drawtree
+
+Iexe: drawtree
+ cp drawtree ../../iexe/
+
+Clean:
+ rm -f *.u* drawtree