server/Makefile

6 lines
111 B
Makefile
Raw Normal View History

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