4 lines
95 B
Makefile
4 lines
95 B
Makefile
all:
|
|
gnat make -gnata hello && valgrind ./hello
|
|
gnat make -gnata hello2 && valgrind ./hello2
|