Skip to content

Commit 74a2ad2

Browse files
author
Darko Brdareski
committed
Fix makefile commands
1 parent f4361a0 commit 74a2ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-crawler/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
run:
3-
go run *.go
3+
go run main.go config.go
44

55
copy-output:
6-
go run *.go > ../frontend/apps/web/src/tests.json
6+
go run main.go config.go > ../frontend/apps/web/src/tests.json

0 commit comments

Comments
 (0)