summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 8944990..743d61f 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -4,13 +4,18 @@ LDLIBS = @EAGLE_LIBS@ -ldl
prefix = @prefix@
exec_prefix = @exec_prefix@
-all : gears
+all : gears texture
gears_objs = gears.o setup.o
gears : ../libeagle.so $(gears_objs)
gcc -o $@ -L.. -leagle -lm $(gears_objs)
+texture_objs = texture.o setup.o
+
+texture : ../libeagle.so $(texture_objs)
+ gcc -o $@ -L.. -leagle -lm $(texture_objs)
+
clean :
rm -f *.o glapi/*.o libeagle.so test