Commit fab2266f authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

corundum: add lightclean target

preserves the object file for the verilator design, as this takes
forever to compile.
parent 3b467c6b
......@@ -39,7 +39,9 @@ corundum_verilator: obj_dir/Vinterface
# obj_dir/Vinterface__Trace__Slow.o
# $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)
lightclean:
rm -f obj_dir/Vinterface corundum_verilator obj_dir/mem.o obj_dir/dma.o
clean:
rm -rf obj_dir corundum_verilator *.o
.PHONY: all clean
.PHONY: all clean lightclean
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment