diff options
-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) |