projet-programmation-impera.../Makefile
lfainsin 9b63ae9ba3 remastered version
git-svn-id: http://cregut.svn.enseeiht.fr/2020/1sn/pim/projets/GH-05@213630 e13453a9-b01f-0410-a051-f404c4f0c485
2021-01-22 14:26:52 +00:00

11 lines
180 B
Makefile

make:
cd build/ && \
gnat make -gnatwa -gnata -g ../src/*.adb
clean:
cd build/ && \
gnat clean ../src/*.adb && \
rm ../fichiers_test/*/*_GH05*
test:
bash test_pagerank.bash