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

quad: simplify quad make clean

parent 77ee05a0
No related branches found
No related tags found
No related merge requests found
...@@ -44,9 +44,6 @@ test: all ...@@ -44,9 +44,6 @@ test: all
clean: clean:
rm -rf $(INCDIR) $(LIBDIR) $(OUTDIR) $(EXEDIR) rm -rf $(INCDIR) $(LIBDIR) $(OUTDIR) $(EXEDIR)
deep-clean:
make clean
$(MAKE) -C src/test clean $(MAKE) -C src/test clean
$(MAKE) -C src/queue clean $(MAKE) -C src/queue clean
$(MAKE) -C src/computation_graph clean $(MAKE) -C src/computation_graph 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