X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=blobdiff_plain;f=Makefile;h=23de2da3391b440fe99ab4c4977a7c293e91ce18;hp=90cbb91f0763f34af1db1d7998cef1b713f22953;hb=0928dab5614bccdf0f4839833b93e66005f5dff0;hpb=3d73a89d86191634ac382e0772708389686b8dde diff --git a/Makefile b/Makefile index 90cbb91..23de2da 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ wordblox: wordblox.c wordblox.h constantstrings.h clang wordblox.c -lgd -lz -lcrypt -o wordblox +wordblox_player: wordblox_player.c 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 -o wordblox_player wordblox_player.c -Wall `pkg-config --cflags --libs gtk+-3.0`