Skip to content
Snippets Groups Projects
Commit 2acd2fc7 authored by Mick Jordan's avatar Mick Jordan
Browse files

Makefile fix

parent 455f3615
No related branches found
No related tags found
No related merge requests found
......@@ -51,4 +51,4 @@ $(BIN)/%.o: %.c
gcc -I$(INCLUDE_DIR) -fPIC -O2 -c $< -o $@
clean:
rm $(BIN)/*
rm -rf $(BIN)
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