11 lines
90 B
Makefile
11 lines
90 B
Makefile
|
|
all:
|
|
install:
|
|
|
|
test:
|
|
./runtests.pl
|
|
|
|
clean:
|
|
rm -rf log
|
|
find . -name "*~" | xargs rm -f
|