diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/client/makefile b/client/makefile index 144fd0f1..6f03fe33 100644 --- a/client/makefile +++ b/client/makefile @@ -14,11 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -ifdef GODOT -GODOT := $(GODOT) -else -GODOT := godot -endif +GODOT = godot .PHONY: assets clean all all: .godot/import-finished icons/adaptive-background.png icons/adaptive-foreground.png |