continue working on build system
[ust.git] / ust / Makefile
CommitLineData
aca1ad90
PMF
1all: ust
2
3ust: ust.c
4 gcc -g -Wall -I ../libustcomm -I. -I ../../../../libkcompat -o ust ust.c ../libustcomm/ustcomm.c
5
6.PHONY: ust
This page took 0.021807 seconds and 4 git commands to generate.