forked from github/server
5 lines
111 B
Makefile
5 lines
111 B
Makefile
all:
|
|
@echo "Please use the cmake build system by running configure"
|
|
|
|
clean:
|
|
@find . -name "*~" | xargs rm -f
|