Explorar el Código

Use tar instead of zip

Keep file execution bit.
DricomDragon hace 4 años
padre
commit
ac6f1a44d4
Se han modificado 1 ficheros con 1 adiciones y 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)