Makefile
author Stiletto <blasux@blasux.ru>
Fri, 05 Oct 2012 15:41:19 +0400
changeset 0 e27ed261417d
child 1 76caf6a3f413
permissions -rw-r--r--
Initial commit

all: iswydt-bot

VALAC = valac
LIBS      := gee-1.0 loudmouth-1.0
VALALIBS  := $(patsubst %, --pkg %, $(LIBS))
VFLAGS = 

iswydt-bot: iswydt.vala
	$(VALAC) $(VFLAGS) $(VALALIBS) -o $@ $^