server/Makefile

10 lines
91 B
Makefile

all:
s/build
test:
s/runtests
clean:
@rm -f *.log.*
@find . -name "*~" | xargs rm -f