1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2026-05-03 18:56:52 +00:00

Delete superfluous target

This commit is contained in:
Sebastian Bergmann
2019-11-08 06:33:37 +01:00
parent da6b9e8c77
commit 2e3004e9d3

View File

@@ -3,10 +3,6 @@
<!-- Set this to "docker" if you have/want to use Docker instead of Podman -->
<property name="docker-command" value="podman"/>
<target name="clean">
<delete dir="${basedir}/test"/>
</target>
<target name="build">
<exec executable="${docker-command}" taskname="image-build">
<arg value="build"/>