aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab595c6..00aa644 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ include $(CONFIGFILE)
include $(OSCONFIGFILE)
include man.mk
-all: libcoopgamma.a libcoopgamma.so test
+all: libcoopgamma.a libcoopgamma.$(LIBEXT) test
.c.o:
$(CC) -c -o $@ $< $(CPPFLAGS) $(CFLAGS)