Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
af275d95
Commit
af275d95
authored
May 03, 2014
by
Tommy Olofsson
Browse files
Made sure 'clean' removes all test-binaries. They are also ignored by git now.
parent
886380c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
af275d95
...
...
@@ -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
...
...
lib/c/Makefile
View file @
af275d95
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment