summary refs log tree commit diff
path: root/Makefile
blob: a45e6729ad74a0dc1ef29acc6c8f1ebdc9668808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings -Wno-format-truncation -pthread

ALL=rvnit rvnitctl

all: $(ALL)

clean: FRC
	rm -f $(ALL)

FRC: