修正了未引用 string 导致的报错
This commit is contained in:
parent
b177568612
commit
53fc57de45
@ -1,17 +1,17 @@
|
|||||||
all:
|
all:
|
||||||
$(MAKE) -C "/home/qianyh/projects/Light/kissat-inc/build"
|
$(MAKE) -C "/root/cloud-sat/kissat-inc/build"
|
||||||
kissat:
|
kissat:
|
||||||
$(MAKE) -C "/home/qianyh/projects/Light/kissat-inc/build" kissat
|
$(MAKE) -C "/root/cloud-sat/kissat-inc/build" kissat
|
||||||
tissat:
|
tissat:
|
||||||
$(MAKE) -C "/home/qianyh/projects/Light/kissat-inc/build" tissat
|
$(MAKE) -C "/root/cloud-sat/kissat-inc/build" tissat
|
||||||
clean:
|
clean:
|
||||||
rm -f "/home/qianyh/projects/Light/kissat-inc"/makefile
|
rm -f "/root/cloud-sat/kissat-inc"/makefile
|
||||||
-$(MAKE) -C "/home/qianyh/projects/Light/kissat-inc/build" clean
|
-$(MAKE) -C "/root/cloud-sat/kissat-inc/build" clean
|
||||||
rm -rf "/home/qianyh/projects/Light/kissat-inc/build"
|
rm -rf "/root/cloud-sat/kissat-inc/build"
|
||||||
coverage:
|
coverage:
|
||||||
$(MAKE) -C "/home/qianyh/projects/Light/kissat-inc/build" coverage
|
$(MAKE) -C "/root/cloud-sat/kissat-inc/build" coverage
|
||||||
indent:
|
indent:
|
||||||
$(MAKE) -C "/home/qianyh/projects/Light/kissat-inc/build" indent
|
$(MAKE) -C "/root/cloud-sat/kissat-inc/build" indent
|
||||||
test:
|
test:
|
||||||
$(MAKE) -C "/home/qianyh/projects/Light/kissat-inc/build" test
|
$(MAKE) -C "/root/cloud-sat/kissat-inc/build" test
|
||||||
.PHONY: all clean coverage indent kissat test tissat
|
.PHONY: all clean coverage indent kissat test tissat
|
||||||
|
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
#ifndef _paras_hpp_INCLUDED
|
#ifndef _paras_hpp_INCLUDED
|
||||||
#define _paras_hpp_INCLUDED
|
#define _paras_hpp_INCLUDED
|
||||||
|
|
||||||
|
#include <string>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
#ifndef _paras_hpp_INCLUDED
|
#ifndef _paras_hpp_INCLUDED
|
||||||
#define _paras_hpp_INCLUDED
|
#define _paras_hpp_INCLUDED
|
||||||
|
|
||||||
|
#include <string>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user