Explorar o código

Use tar instead of zip

Keep file execution bit.
DricomDragon %!s(int64=4) %!d(string=hai) anos
pai
achega
ac6f1a44d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -27,4 +27,4 @@ exec: $(EXEC)
 
 dist: $(EXEC)
 	@mkdir -p dist
-	zip dist/RainbowDodge.zip ./bin/$(EXEC)
+	tar --create --file dist/RainbowDodge-linux.tar ./bin/$(EXEC)