From fd267b2dc3f8634e7e3ca2fa88d8fa9be35103c7 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Wed, 17 Jan 2018 00:38:18 -0600 Subject: Remove duplicate LIBC line from makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 26993020d..8a7777270 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,6 @@ OBJCOPY := $(DEVKITARM)/bin/arm-none-eabi-objcopy LIBGCC := tools/agbcc/lib/libgcc.a LIBC := tools/agbcc/lib/libc.a -LIBC := tools/agbcc/lib/libc.a - SHA1 := sha1sum -c GFX := tools/gbagfx/gbagfx -- cgit v1.2.3