Skip to content
Snippets Groups Projects
Commit 4854e297 authored by bbartels's avatar bbartels
Browse files

quad: fix executable make target

parent b64ef931
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ CLEANUP = $(TARGET) $(OBJDIR) ...@@ -23,7 +23,7 @@ CLEANUP = $(TARGET) $(OBJDIR)
default: $(TARGET) default: $(TARGET)
run: $(TARGET) run: $(TARGET)
cd $(EXEDIR) && ./$(NAME) $(EXEDIR)/$(NAME)
clean: clean:
rm -rf $(CLEANUP) rm -rf $(CLEANUP)
......
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