diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-27 20:57:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-27 20:57:44 +0100 |
commit | 9f3d04d677ce1054c27d6bca46d8724bb3a146b4 (patch) | |
tree | 06b559063feb92a8641a1ea4ecda628ecf8f7543 | |
parent | m (diff) | |
download | libcoopgamma-9f3d04d677ce1054c27d6bca46d8724bb3a146b4.tar.gz libcoopgamma-9f3d04d677ce1054c27d6bca46d8724bb3a146b4.tar.bz2 libcoopgamma-9f3d04d677ce1054c27d6bca46d8724bb3a146b4.tar.xz |
m makefile1.2.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |