Skip to content

Commit e8352b3

Browse files
committed
ras: undo previous changes
1 parent 92ec1b2 commit e8352b3

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

Makefile

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -32,47 +32,7 @@ EXP := exp
3232

3333
GAS := gas
3434

35-
HUB := $(wildcard hub/columns/*lisp) \
36-
$(wildcard hub/constraints/account-rows/*lisp) \
37-
$(wildcard hub/constraints/context-rows/*lisp) \
38-
$(wildcard hub/constraints/generalities/*lisp) \
39-
$(wildcard hub/constraints/heartbeat/*lisp) \
40-
$(wildcard hub/constraints/instruction-handling/call/*lisp) \
41-
$(wildcard hub/constraints/instruction-handling/call/generalities/*lisp) \
42-
$(wildcard hub/constraints/instruction-handling/call/finishing_touches/*lisp) \
43-
$(wildcard hub/constraints/instruction-handling/call/specialized/*lisp) \
44-
$(wildcard hub/constraints/instruction-handling/call/precompiles/*lisp) \
45-
$(wildcard hub/constraints/instruction-handling/call/precompiles/common/*lisp) \
46-
$(wildcard hub/constraints/instruction-handling/call/precompiles/ec_add_mul_pairing/*lisp) \
47-
$(wildcard hub/constraints/instruction-handling/call/precompiles/modexp/*lisp) \
48-
$(wildcard hub/constraints/instruction-handling/call/precompiles/blake/*lisp) \
49-
$(wildcard hub/constraints/instruction-handling/copy/*lisp) \
50-
$(wildcard hub/constraints/instruction-handling/create/*lisp) \
51-
$(wildcard hub/constraints/instruction-handling/create/constraints/*lisp) \
52-
$(wildcard hub/constraints/instruction-handling/halting/*lisp) \
53-
$(wildcard hub/constraints/instruction-handling/*lisp) \
54-
$(wildcard hub/constraints/miscellaneous-rows/*lisp) \
55-
$(wildcard hub/constraints/scenario-rows/shorthands/*lisp) \
56-
$(wildcard hub/constraints/scenario-rows/*lisp) \
57-
$(wildcard hub/constraints/storage-rows/*lisp) \
58-
$(wildcard hub/constraints/tx_skip/*lisp) \
59-
$(wildcard hub/constraints/tx_prewarm/*lisp) \
60-
$(wildcard hub/constraints/tx_init/*lisp) \
61-
$(wildcard hub/constraints/tx_init/rows/*lisp) \
62-
$(wildcard hub/constraints/tx_finl/*lisp) \
63-
$(wildcard hub/constraints/tx_finl/rows/*lisp) \
64-
$(wildcard hub/constraints/*lisp) \
65-
$(wildcard hub/lookups/*lisp) \
66-
hub/constants.lisp
67-
68-
## full HUB:
69-
# HUB := hub
70-
# $(wildcard hub/constraints/consistency/stack/*lisp) \
71-
# $(wildcard hub/constraints/consistency/*lisp) \
72-
# $(wildcard hub/constraints/consistency/account/*lisp) \
73-
# $(wildcard hub/constraints/consistency/context/*lisp) \
74-
# $(wildcard hub/constraints/consistency/execution_environment/*lisp) \
75-
# $(wildcard hub/constraints/consistency/storage/*lisp) \
35+
HUB := hub
7636

7737
LIBRARY := library
7838

File renamed without changes.

0 commit comments

Comments
 (0)