projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
"make copyright" でcopyrightの年を自動更新するように
[YACASL2.git]
/
test
/
system
/
comet2_err
/
err_204
/
Makefile
1
include ../Define.mk
2
include ../Test.mk
3
4
CC := gcc
5
CFLAGS := -Wall
6
INCLUDEDIR := ../../../../include
7
8
a.o: create_a
9
./$^
10
11
create_a: create_a.c
12
$(CC) $(CFLAGS) -I $(INCLUDEDIR) -o $@ $^
13
14
$(CMD_FILE): a.o
15
16
clean: clean0
17
18
clean0:
19
@rm -f create_a
20
@rm -rf create_a.dSYM
21
@rm -f a.comet