Skip to content
Snippets Groups Projects
Commit 62df9261 authored by rswindell's avatar rswindell
Browse files

Fixed type (using wrong macro name) in EXEODIR rule.

parent f6ed23c5
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ $(LIBODIR):
$(QUIET)mkdir $(LIBODIR)
$(EXEODIR):
@echo Creating $(LIBODIR)
@echo Creating $(EXEODIR)
$(QUIET)mkdir $(EXEODIR)
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment