Skip to content
Snippets Groups Projects
Commit 0eb10b25 authored by Patrick Robbe's avatar Patrick Robbe
Browse files

Fix makefile

parent a5422f09
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ $(BUILD_PREFIX)$(2)/$(notdir $(1)): $(HERE)/$(1)
endif
endef
%.out/_dir: $(HERE)/Makefile $(TOP)/rules.mk $(TOP)/flags.mk
%.out/_dir: $(HERE)/Makefile $(TOP)/rules.mk
mkdir -p $*.out && touch $@
define ODIR_template #var, [nodefault]
......
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