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