diff --git a/npc/Makefile b/npc/Makefile index 7671f60..fdf5cbd 100644 --- a/npc/Makefile +++ b/npc/Makefile @@ -17,3 +17,8 @@ $(OBJDIR): $(VSRC) $(CPPSRC) $(VERILATOR) $(VSRC:%=--cc %) $(CPPSRC:%=--exe %) --Mdir $(OBJDIR) include ../Makefile + +.phony: clean + +clean: + $(RM) -r $(OBJDIR) \ No newline at end of file