mirror of
https://github.com/AdaCore/aunit.git
synced 2026-02-12 13:03:25 -08:00
The examples are now directly under the examples directory. It was put in a directory structure corresponding to the install structure. This is not needed anymore. Part of NB07-023.
7 lines
115 B
Makefile
7 lines
115 B
Makefile
all:
|
|
gprbuild -p -Pharness
|
|
clean:
|
|
-gprclean -Pharness
|
|
-gprclean -Ptested_lib/testlib
|
|
rm -rf obj tested_lib/obj
|