Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
cut fat keep muscle
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomilon committed Sep 27, 2020
1 parent bca3053 commit 7b7c45a
Show file tree
Hide file tree
Showing 21 changed files with 176 additions and 975 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ezphp.exe
ezphp
public_html
ezphp.log
php
php-*/
11 changes: 2 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,16 @@ clean:
$(GOCLEAN)
rm -rf $(RELEASE_NAME) $(BUILDDIR)
rm -rf public_html
rm -rf php
rm -rf php-*

format:
goimports -w -d $(GOFILES)

test:
go test -cover ./...

run-interactive:
GTK_DEBUG=interactive go run main.go -gui

build-linux: format clean
$(GOBUILD) -o $(APP_NAME).go -o $(RELEASEDIR)/$(RELEASE_NAME)

build-win: format clean setup
rsrc -manifest main.exe.manifest -ico logo/512px.ico -o rsrc.syso
rsrc -manifest main.exe.manifest -ico assets/512px.ico -o rsrc.syso
GOOS=windows GOARCH=386 $(GOBUILD) -o $(APP_NAME).go -o $(RELEASEDIR)/$(RELEASE_NAME)$(BINARY_WIN)
zip -r $(RELEASEDIR)/$(RELEASEFILE) $(BUILDDIR)

release: build-win
52 changes: 0 additions & 52 deletions clients/terminal.go

This file was deleted.

54 changes: 0 additions & 54 deletions ezphp/app.txt

This file was deleted.

46 changes: 0 additions & 46 deletions ezphp/ezphp.go

This file was deleted.

Loading

0 comments on commit 7b7c45a

Please sign in to comment.