Skip to content
Snippets Groups Projects

Resolve "add makefile with structure"

Merged tom.ryser requested to merge 3-add-makefile-with-structure into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -12,4 +12,4 @@ tests: $(NAME)_tests.o $(NAME).o
@@ -12,4 +12,4 @@ tests: $(NAME)_tests.o $(NAME).o
$(NAME).o: $(NAME).h
$(NAME).o: $(NAME).h
clean:
clean:
rm -f *.o $(NAME) tests
rm -f *.o $(NAME) tests
\ No newline at end of file
Loading