12 lines
77 B
Makefile
12 lines
77 B
Makefile
all:
|
|
|
|
install:
|
|
|
|
gitignore:
|
|
|
|
check test::
|
|
./runtests.sh
|
|
|
|
clean:
|
|
rm -f *.out
|