Integrate add_pad() into load_pad(), since it won't ever be called otherwise.
[easyotp.git] / Makefile
blob19a58cf67a06d464b2a80d20e5bb1797d1c0d592
1 CC=gcc
2 CFLAGS=-g -Wall -pedantic
3 LDFLAGS=-g
5 libotp: libotp.c
7 .c:
8 $(CC) $(CFLAGS) $@.c $(LDFLAGS) -o $@