Skip to content

Commit

Permalink
updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang271 committed Aug 23, 2023
1 parent 81f9163 commit 23ee7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MLTL_reg/MLTL/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: west test_rest benchmark_rest benchmark_west clean
all: west test_rest benchmark_rest benchmark_west west_lib clean

test_rest: test_rest.o utils.o grammar.o nnf_grammar.o reg.o rest.o
g++ test_rest.o utils.o rest.o grammar.o nnf_grammar.o reg.o -o test_rest -std=c++17
Expand Down

0 comments on commit 23ee7a9

Please sign in to comment.