summaryrefslogtreecommitdiffstats
path: root/test/kernel/Makefile
blob: 6ec834193702ffab26331be1eac2ae016a82693a (plain)
1
2
3
4
5
6
7
CFLAGS=-O2 -Wall
PROGS=adjtime ntpadjtime

all: $(PROGS)

clean:
	rm -f $(PROGS)