summaryrefslogtreecommitdiffstats
path: root/sudoers/Makefile
blob: 1e7c6cf3c6fd3e535210e79d2ae40bdd6f78c6cd (plain)
1
2
3
4
5

CFLAGS=-Wall `xml2-config --cflags`  `xslt-config --cflags`
LDFLAGS=`xml2-config --libs`  `xslt-config --libs`
worker: worker.c
	$(CC)  $(CFLAGS) $(LDFLAGS) -o $@ $+