Skip to content

Commit

Permalink
Release v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
envenomator committed Jun 29, 2024
1 parent cf9f77d commit 0452a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ package:
@echo === Packaging binaries
@tar -zcvf $(RELEASEDIR)/$(PROJECTNAME)_$(ARCHITECTURE).gz $(BINDIR)/$(PROJECTNAME)
@cp $(BINDIR)/$(PROJECTNAME).bin $(RELEASEDIR)/$(PROJECTNAME).bin
ifeq ($(WINDOWS_BUILD), true)
ifeq ($(BUILD_WINDOWS), true)
@cp $(VSPROJECTBINDIR)/$(PROJECTNAME).exe $(RELEASEDIR)/
endif
clean:
@echo Cleaning directories
@find tests -name "*.output" -type f -delete
ifeq ($(WINDOWS_BUILD), true)
ifeq ($(BUILD_WINDOWS), true)
@$(MSBUILD) $(VSPROJECTDIR)/$(PROJECTNAME).sln $(MSBUILDFLAGS) -t:Clean >/dev/null
endif
ifdef OS
Expand Down

0 comments on commit 0452a01

Please sign in to comment.