ust: make lttd work
[ust.git] / ustd / Makefile
CommitLineData
3796af9b
PMF
1all: ustd
2
3ustd: ustd.c
3a7b90de 4 gcc -g -Wall -I ../libustcomm -I. -I ../../../../libkcompat -lpthread -o ustd ustd.c ../libustcomm/ustcomm.c
3796af9b
PMF
5
6.PHONY: ustd
This page took 0.02305 seconds and 4 git commands to generate.