aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-27 20:57:38 +0100
committerMattias Andrée <maandree@kth.se>2019-10-27 20:57:44 +0100
commit9f3d04d677ce1054c27d6bca46d8724bb3a146b4 (patch)
tree06b559063feb92a8641a1ea4ecda628ecf8f7543 /Makefile
parentm (diff)
downloadlibcoopgamma-9f3d04d677ce1054c27d6bca46d8724bb3a146b4.tar.gz
libcoopgamma-9f3d04d677ce1054c27d6bca46d8724bb3a146b4.tar.bz2
libcoopgamma-9f3d04d677ce1054c27d6bca46d8724bb3a146b4.tar.xz
m makefile1.2.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
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)