notaz.gp2x.de
/
megadrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mega-usb: support BE
[megadrive.git]
/
mx
/
linux
/
Makefile
1
2
CC ?= $(CROSS)gcc
3
4
CFLAGS += -Wall -O2 -ggdb -fno-strict-aliasing
5
LDLIBS += -lusb
6
TARGET = mx_flasher
7
8
all: $(TARGET)
9
10
clean:
11
$(RM) $(TARGET)