mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Makefile cleanups
Change-Id: I69b8b81d357553c979682d42097eba864c951512
This commit is contained in:
parent
1895af8e15
commit
9b2fab1ca9
4 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
DEFINES=
|
||||
CC=gcc
|
||||
LD=gcc
|
||||
CFLAGS=-g -std=c99 -W -Wall $(DEFINES)
|
||||
CFLAGS=-g -std=c99 -Wall $(DEFINES)
|
||||
LDFLAGS=
|
||||
BINS=emmctool
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue