notaz.gp2x.de
/
picodrive.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
new memory handling, but asm and mappers need update.
[picodrive.git]
/
tools
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
CFLAGS = -Wall -ggdb
2
3
TARGETS = amalgamate textfilter
4
OBJS = $(addsuffix .o,$(TARGETS))
5
6
all: $(TARGETS)
7
8
clean:
9
$(RM) $(TARGETS) $(OBJS)
10