7 lines
142 B
Makefile
Executable File
7 lines
142 B
Makefile
Executable File
# Run "make check" to ensure that the code passes some simple tests,
|
|
# usually (always?) not involving compilation.
|
|
all:
|
|
|
|
check:
|
|
./t-idcache
|