Current File : //proc/self/root/kunden/usr/share/doc/audit-libs-devel/plugin/Makefile
CFLAGS=-g -W -Wall -Wundef
LIBS= -lauparse -laudit
all:
	gcc $(CFLAGS) audisp-example.c -o audisp-example $(LIBS)

clean:
	rm -f audisp-example *.o