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"
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -11,8 +11,9 @@ test: $(NAME)_test.o $(NAME).o ...@@ -11,8 +11,9 @@ test: $(NAME)_test.o $(NAME).o
./test ./test
$(NAME).o: $(NAME).h $(NAME).o: $(NAME).h
$(NAME)_test.o: $(NAME).h
.PHONY: clean .PHONY: clean
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