X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obcl%2FMakefile;h=1284a735c7bbde42f370f2c73616075f217af51e;hb=c4af950903820221bc8617de81231de32eef4f07;hp=03c3a5dc761caa8028b523115ab6773de9544ce1;hpb=7aae14e9b83242c2778e57c069fb8f299b8172f3;p=chaz%2Fopenbox diff --git a/obcl/Makefile b/obcl/Makefile index 03c3a5dc..1284a735 100644 --- a/obcl/Makefile +++ b/obcl/Makefile @@ -3,7 +3,7 @@ LIBS=`pkg-config --libs glib-2.0` -ll targets = cltest -sources = obcl.c main.c parse.c lex.c +sources = obcl.c main.c parse.c lex.c process.c headers = obcl.h .PHONY: all clean