aboutsummaryrefslogtreecommitdiffstats
path: root/agi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'agi/Makefile')
-rwxr-xr-xagi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/agi/Makefile b/agi/Makefile
index 8044516f7..bb12d1597 100755
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-AGIS=agi-test.agi
+AGIS=agi-test.agi eagi-test eagi-sphinx-test
CFLAGS+=
@@ -20,6 +20,12 @@ all: $(AGIS)
install: all
for x in $(AGIS); do $(INSTALL) -m 755 $$x $(AGI_DIR) ; done
+eagi-test: eagi-test.o
+ $(CC) -o eagi-test eagi-test.o
+
+eagi-sphinx-test: eagi-sphinx-test.o
+ $(CC) -o eagi-sphinx-test eagi-sphinx-test.o
+
clean:
rm -f *.so *.o look