X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=blobdiff_plain;f=Makefile;h=0842251b5c2d15b8fb3b46f36bdcb8f541dba385;hp=c471226bcb5fdc5a6b89fc27199f028c521e58c5;hb=48a65b2e455c24d2482fd9098c918935714a198f;hpb=762979409c32bd4902716911101a1d1071f11038 diff --git a/Makefile b/Makefile index c471226..0842251 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ -wordblox: wordblox.c - clang wordblox.c -lgd -o wordblox +wordblox: wordblox.c wordblox.h constantstrings.h + clang wordblox.c -lgd -lcrypt -o wordblox