server/Makefile

10 lines
106 B
Makefile
Raw Normal View History

all:
s/build
test:
s/runtests
clean:
2021-02-20 20:17:22 +01:00
@rm -rf *.log.* Debug/CMake*
@find . -name "*~" | xargs rm -f