This commit is contained in:
Andrew Pamment 2017-03-23 16:33:05 +10:00
parent f1c4fb22db
commit 750ebd7e7a

View File

@ -29,7 +29,7 @@ OBJ = magiftpd.o ../../inih/ini.o
$(CC) -c -o $@ $< $(CFLAGS)
ticproc: $(OBJ)
magiftpd: $(OBJ)
$(CC) -o magiftpd -o $@ $^ $(CFLAGS) $(LDFLAGS) -lsqlite3 -lcrypto
.PHONY: clean