projects
/
matthijs
/
ABM2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2186d4f
)
* Add SchemeReader.o to object list (no modifications required).
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Sun, 10 Jun 2007 19:00:26 +0000
(21:00 +0200)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Sun, 10 Jun 2007 19:00:26 +0000
(21:00 +0200)
ABM2/Makefile
patch
|
blob
|
history
diff --git
a/ABM2/Makefile
b/ABM2/Makefile
index a20f0604a6b34e9b2ecc165aee3678d31fc4dec8..573b6ba58648fd74d68fa8810d6bbe6bbe7afae9 100644
(file)
--- a/
ABM2/Makefile
+++ b/
ABM2/Makefile
@@
-1,5
+1,5
@@
CFLAGS:=-I.
-OBJS:=main.o Engine/Log.o
+OBJS:=main.o Engine/Log.o
SchemeReader.o
all: $(OBJS)