Debugging symbols

This commit is contained in:
Ian Gulliver
2015-02-08 19:04:25 +00:00
parent 52ee93708d
commit 719a8ab1d8

View File

@@ -1,7 +1,7 @@
all: auth-client auth-server gen-key gen-keypair all: auth-client auth-server gen-key gen-keypair
%.o: %.cc *.h %.o: %.cc *.h Makefile
g++ -I/usr/local/include -std=c++11 -c -o $@ $< g++ -I/usr/local/include -std=c++11 -g -c -o $@ $<
auth-client: auth-client.o crypto.o tlv.o auth-client: auth-client.o crypto.o tlv.o
g++ -L/usr/local/lib -o auth-client auth-client.o crypto.o tlv.o -lsodium -levent g++ -L/usr/local/lib -o auth-client auth-client.o crypto.o tlv.o -lsodium -levent