made some improvements
This commit is contained in:
parent
08109a4f16
commit
7d2e5ad1cd
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
DIRS = src tst
|
DIRS = src tst
|
||||||
|
|
||||||
all:
|
all: clean
|
||||||
for i in $(DIRS) ; do \
|
for i in $(DIRS) ; do \
|
||||||
$(MAKE) -C $$i install ; \
|
$(MAKE) -C $$i install ; \
|
||||||
done
|
done
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
consts.c
2
consts.c
@ -1,6 +1,6 @@
|
|||||||
#ifndef CONSTS
|
#ifndef CONSTS
|
||||||
#define CONSTS
|
#define CONSTS
|
||||||
#define VERSION 8
|
#define VERSION 7
|
||||||
|
|
||||||
#endif /* ifndef CONSTS
|
#endif /* ifndef CONSTS
|
||||||
#define CONSTS
|
#define CONSTS
|
||||||
|
|||||||
3
njvm.c
3
njvm.c
@ -312,9 +312,6 @@ void tests(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
// Initialize the HEAP
|
|
||||||
int hsize = 8 * 1024;
|
|
||||||
int hcurrent = 0;
|
|
||||||
|
|
||||||
|
|
||||||
// Initialize the Stack
|
// Initialize the Stack
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user