remove generated .lib files when cleaning
parent
7e5bed4fb5
commit
d19f5bd4ea
2
Makefile
2
Makefile
|
@ -41,6 +41,6 @@ storm.dll:
|
||||||
$(error Please copy storm.dll (version 1.09b) here)
|
$(error Please copy storm.dll (version 1.09b) here)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@$(RM) -v $(OBJS) $(OBJS:.o=.d) $(PKWARE_OBJS) $(PKWARE_OBJS:.o=d)
|
@$(RM) -v $(OBJS) $(OBJS:.o=.d) $(PKWARE_OBJS) $(PKWARE_OBJS:.o=d) storm.lib diabloui.lib
|
||||||
|
|
||||||
.PHONY: clean all
|
.PHONY: clean all
|
||||||
|
|
Loading…
Reference in New Issue