From 1db574fa1f339f77999d3988251e13a266201083 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Fri, 5 Jul 2019 21:25:36 -0500 Subject: build: add wrapper Makefile --- bin/stty/stty.gpr | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bin/stty/stty.gpr (limited to 'bin/stty') diff --git a/bin/stty/stty.gpr b/bin/stty/stty.gpr new file mode 100644 index 0000000..d41143a --- /dev/null +++ b/bin/stty/stty.gpr @@ -0,0 +1,6 @@ +project stty extends "template/bin.gpr" is + + for Main use (project'Name); + for Object_Dir use External ("BUILDROOT") & "/" & project'Name; + +end stty; -- cgit v1.2.3-60-g2f50