Skip to content
Snippets Groups Projects
Commit af275d95 authored by Tommy Olofsson's avatar Tommy Olofsson
Browse files

Made sure 'clean' removes all test-binaries. They are also ignored by git now.

parent 886380c1
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,12 @@ lib/c/liblabcomm2006.a
lib/c/liblabcomm2013.so.1
lib/c/liblabcomm2013.so
lib/c/liblabcomm2013.a
lib/c/test/test_labcomm
lib/c/test/test_labcomm_basic_type_encoding
lib/c/test/test_labcomm_copy
lib/c/test/test_labcomm_generated_encoding
lib/c/test/test_labcomm_pthread_scheduler
lib/c/test/test_signature_numbers
compiler/AST/
compiler/labComm.jar
encoded_data
......
......@@ -167,8 +167,9 @@ clean:
$(RM) test/test_labcomm_errors
$(RM) test/testdata/gen/*.[cho]
$(RM) test/gen/*.[cho]
$(RM) $(TEST_DIR)/test_labcomm
$(RM) $(TEST_DIR)/test_labcomm_copy
for x in $(TESTS); do \
$(RM) $(TEST_DIR)/$$x ; \
done
distclean: clean
$(RM) liblabcomm.so.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment