Merge pull request #526 from petterreinholdtsen/distclean-more-clean

Added 'distclean' target and clean up test output in 'clean' target.
pull/525/head
Fredrik Öhrström 2022-04-29 08:31:43 +02:00 zatwierdzone przez GitHub
commit 098671510d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -223,6 +223,13 @@ $(BUILD)/fuzz: $(PROG_OBJS) $(DRIVER_OBJS) $(BUILD)/fuzz.o
clean:
rm -rf build/* build_arm/* build_debug/* build_arm_debug/* *~
$(RM) testaes/test_input.txt testaes/test_stderr.txt
$(RM) testoutput/test_expected.txt testoutput/test_input.txt \
testoutput/test_response.txt testoutput/test_responses.txt \
testoutput/test_stderr.txt
distclean: clean
$(RM) config.log
clean_cc:
find . -name "*.gcov" -delete