projects
/
wenboi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b30eb9
)
fix in make clean
author
Jorge Gorbe Moya
<jgorbe@dsic.upv.es>
Mon, 30 Jun 2008 15:57:28 +0000
(17:57 +0200)
committer
Jorge Gorbe Moya
<jgorbe@dsic.upv.es>
Mon, 30 Jun 2008 15:57:28 +0000
(17:57 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e26486330062c82b94728233f414cfa5789eeb9a..0e9f583d0bf8d0dcf0fc92f4fa173836c67f053e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-26,6
+26,6
@@
tests/test_core: tests/test_core.cc gbcore.o MBC.o GBMemory.o GBRom.o GBVideo.o
g++ $(CXXFLAGS) $(LDFLAGS) -o $@ $^
clean:
- rm -f *.o tests/test_gbrom
+ rm -f *.o tests/test_gbrom
tests/test_core
.PHONY: clean tests all