1
0
Fork 0

remove generated .lib files when cleaning

pull/47/head
Cengiz Can 2018-06-22 03:24:11 +03:00 committed by GitHub
parent 7e5bed4fb5
commit d19f5bd4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ storm.dll:
$(error Please copy storm.dll (version 1.09b) here)
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