From c3a94473055e098a52ef865a4d2942a1a7d8bf7c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 12 Feb 2015 15:08:06 +0100 Subject: Hack in support for numeric account names --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cdbc8b1..52d6a19 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ CC=gcc CFLAGS=-g -pipe -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter #CC=clang #CFLAGS=-g -pipe -fsanitize=address -O1 -fno-omit-frame-pointer -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter -LIBS+=-lowfat -lssl +LIBS+=-lowfat -lssl -lcrypto %.o: %.c $(CC) $(CFLAGS) -c $< -- cgit v1.2.3-55-g7522