Mercurial > hg > vamp-plugin-load-checker
view Makefile @ 0:a3c75a438ff7
Initial commit with basic program
author | Chris Cannam |
---|---|
date | Wed, 06 Apr 2016 16:10:11 +0100 |
parents | |
children | fbffc249990c |
line wrap: on
line source
CXXFLAGS := -Wall -Werror checker: checker.o $(CXX) -o $@ $< -ldl clean: rm checker.o