diff --git a/Makefile b/Makefile index 6f6fdbb..3f7f7b0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include config.mk static: src/libecrypt.c - $(CC) -c src/libecrypt.c -o + $(CC) -c src/libecrypt.c -o src/libecrypt.o ar -rc src/libecrypt.a src/libecrypt.o shared: src/libecrypt.c