server/Makefile

6 lines
111 B
Makefile

all:
@echo "Please use the cmake build system by running configure"
clean:
@find . -name "*~" | xargs rm -f