Files
jugement_majoritaire/samples/Makefile

9 lines
71 B
Makefile

build:
cd ..; make setp_dev
tests:
./tests.sh
.PHONY: build tests