projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master'
[YACASL2.git]
/
test
/
system
/
comet2_cmd
/
cmd_rpop
/
Makefile
1
include ../Define.mk
2
include ../Test.mk
3
4
cmd: a.o
5
6
a.o: ../../../../as/cmd/RPOP/rpop.casl
7
../../../../casl2 -O $<
8
9
clean: cleanobj
10
11
cleanobj:
12
$(RM) a.o