aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/audit/contrib/plugin/Makefile
blob: 4256c4d13fb3db62dbc954c5d39f67e5f6be4b12 (plain)
1
2
3
4
5
6
7
CFLAGS=-g -W -Wall -Wundef
LIBS= -lauparse -laudit
all:
	gcc $(CFLAGS) audisp-example.c -o audisp-example $(LIBS)

clean:
	rm -f audisp-example *.o