0de51f87b6f3884bd8910bc6894876b65fa173fa
[ust.git] / ustd / Makefile
1 all: ustd
2
3 ustd: ustd.c
4 gcc -g -Wall -I ../libustcomm -I. -I ../../../../libkcompat -lpthread -o ustd ustd.c ../libustcomm/ustcomm.c
5
6 .PHONY: ustd
This page took 0.027713 seconds and 4 git commands to generate.