DDeepin Developerfeat: Init commit
814d96a0创建于 2022年8月15日历史提交
CFLAGS=-g -W -Wall -Wundef
LIBS= -lauparse -laudit
all:
	gcc $(CFLAGS) audisp-example.c -o audisp-example $(LIBS)

clean:
	rm -f audisp-example *.o