projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
873f8e5
)
デバッグのため、ビルド後に*.oファイルを削除しないよう変更
author
j8takagi
<j8takagi@nifty.com>
Wed, 27 Apr 2011 14:48:03 +0000
(23:48 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Wed, 27 Apr 2011 14:48:03 +0000
(23:48 +0900)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
01bec4f
..
a394531
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-11,7
+11,6
@@
EXECSRC := exec.c dump.c
.PHONY: all clean
all: ../casl2 ../comet2 ../dumpword
- @rm -f *.o
../casl2: casl2.o $(subst .c,.o,$(COMMONSRC) $(CASL2SRC) $(ASSRC) $(EXECSRC))
$(CC) $(CFLAGS) -o $@ $^