5 lines
43 B
Makefile
5 lines
43 B
Makefile
|
include common.mk
|
||
|
|
||
|
|
||
|
all:
|
||
|
echo Done $(TEST)
|