aboutsummaryrefslogtreecommitdiff
path: root/semestre 2/informatique/tme/semaine9/Makefile
blob: e961ede5dc09c0bc54aeea72d1d31032264af88d (plain)
1
2
3
4
build-run:
	gcc -o app multi_ensembles.c multi_ensembles.h test_multi_ensembles.c
	./app
	rm app