Imported Upstream version 2.4.3
[platform/upstream/audit.git] / contrib / plugin / Makefile
1 CFLAGS=-g -W -Wall -Wundef
2 LIBS= -lauparse -laudit
3 all:
4         gcc $(CFLAGS) audisp-example.c -o audisp-example $(LIBS)
5
6 clean:
7         rm -f audisp-example *.o