summaryrefslogtreecommitdiff
path: root/test/automated/flymake/warnpred/Makefile
blob: 33af51c3337308eda44a752062f09bab114de74d (about) (plain)
1
2
3
4
5
6
7
8
# Makefile for flymake tests

CC_OPTS = -Wall

check-syntax:
	$(CC) $(CC_OPTS) ${CHK_SOURCES}

# eof