notaz.gp2x.de
/
megadrive.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
testpico: check busy after dma
[megadrive.git]
/
mega-usb-pro
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
CFLAGS += -Wall -ggdb
2
ifndef DEBUG
3
CFLAGS += -O2
4
endif
5
6
TARGET = mega-usb-pro
7
8
all: $(TARGET)
9
10
clean:
11
$(RM) $(TARGET)
12
13
up: $(TARGET)
14
scp $< root@router:/tmp/