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