openrc/src/test/Makefile

10 lines
73 B
Makefile
Raw Normal View History

all:
check:
./symbols.sh
clean:
rm -f *.out
.PHONY: all check clean