mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
11 lines
137 B
Makefile
11 lines
137 B
Makefile
all:
|
|
./run-tests
|
|
|
|
clean:
|
|
rm -f *.gcov \
|
|
cover.out.log \
|
|
cover.out.stderr \
|
|
cover.out.stdout \
|
|
test.pyc \
|
|
test_make_safe_uri
|