1
0
mirror of https://github.com/mgerb/spaghet synced 2026-01-11 14:12:49 +00:00

Compare commits

1 Commits

Author SHA1 Message Date
f831776761 zip binary files 2019-04-27 11:12:40 -05:00
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
*.exe *.exe
*.txt *.txt
dist dist
.DS_store*

View File

@@ -7,4 +7,8 @@ windows:
clean: clean:
rm -rf ./dist rm -rf ./dist
all: build windows zip:
zip -j ./dist/windows.zip ./dist/spaghet.exe
zip -j ./dist/linux.zip ./dist/spaghet
all: build windows zip