Skip to content
Snippets Groups Projects
Verified Commit 111ec24e authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added test to clean

parent 18d33345
No related branches found
No related tags found
1 merge request!3Resolve "add makefile with structure"
......@@ -11,8 +11,9 @@ test: $(NAME)_test.o $(NAME).o
./test
$(NAME).o: $(NAME).h
$(NAME)_test.o: $(NAME).h
.PHONY: clean
clean:
rm -f *.o $(NAME) tests
rm -f *.o $(NAME) test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment