公告板
版本库
filestore
活动
搜索
登录
sola
/
scpi-parser
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
integer parser: all functions handling a sign argument are now static, with...
Iztok Jeras
2015-10-06
7a425ef1806183ac563507740e94b5d0a439dad3
[sola/scpi-parser.git]
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: clean all test install
all:
$(MAKE) -C libscpi
$(MAKE) -C examples
clean:
$(MAKE) clean -C libscpi
$(MAKE) clean -C examples
test:
$(MAKE) test -C libscpi
install:
$(MAKE) install -C libscpi