fix makefile

This commit is contained in:
Liam Waldron 2023-03-31 08:02:20 -04:00
parent e779d47a10
commit fc27b0705c

View File

@ -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