Skip to content

Commit

Permalink
fix old makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianoq committed Mar 20, 2023
1 parent 34615f5 commit 802b959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2020/20/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ main1:
main2:
go build -o main2 main2.go common.go

.PHONY: run1 run2 clean
.PHONY: run1 run2 clean graph

run1: main1
./main1 <input
Expand Down

0 comments on commit 802b959

Please sign in to comment.