mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
10 lines
84 B
Makefile
10 lines
84 B
Makefile
#
|
|
#
|
|
# Regression test for ccd's layout.
|
|
#
|
|
|
|
test:
|
|
sh ccd0.sh
|
|
|
|
clean:
|
|
rm -f a b _.*
|