X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=blobdiff_plain;f=Makefile;h=34a60abea7dddae30258d33b12c4202e615ccb13;hp=90cbb91f0763f34af1db1d7998cef1b713f22953;hb=f5202f7c1ec8a765f4d0325e56f6d89ca22bef28;hpb=3d73a89d86191634ac382e0772708389686b8dde diff --git a/Makefile b/Makefile index 90cbb91..34a60ab 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +all: wordblox wordblox_player + wordblox: wordblox.c wordblox.h constantstrings.h - clang wordblox.c -lgd -lz -lcrypt -o wordblox + clang wordblox.c -lgd -lz -lcrypto -o wordblox +wordblox_player: wordblox_player.c wordblox.h wordblox_resource.c wordblox.gresource.xml wordblox_player.glade constantstrings.h + glib-compile-resources wordblox.gresource.xml --target wordblox_resource.c --generate-source + clang -rdynamic -lz -lgd -lcrypto -o wordblox_player wordblox_player.c -Wall `pkg-config --cflags --libs gtk+-3.0`