diff --git a/src/Makefile b/src/Makefile index 07299e0..9d0df37 100644 --- a/src/Makefile +++ b/src/Makefile @@ -80,7 +80,7 @@ libpqc.so: libpqc.a $(PQC_HEADERS) $(LIBTOMMATH) $(LIBTOMPOLY) main: main.o libpqc.a $(LIBTOMMATH) $(LIBTOMPOLY) $(CC) $(CFLAGS) -o $@ $(LDFLAGS) \ - main.o $(LIBTOMPOLY) libpqc.a $(LIBTOMMATH) $(LIBS) + main.o $(LIBTOMPOLY) libpqc.a $(LIBTOMPOLY) $(LIBTOMMATH) $(LIBS) install: $(INSTALL_DIR) "$(DESTDIR)$(INSTALL_BINDIR)"