Skip to content

Commit

Permalink
modified makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amro Shohoud committed Dec 5, 2016
1 parent 63bc248 commit 0a63c3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion perl/greedy/makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
SRC:=tsp.pl
TEST_FILE:=a280.tsp

run:
perl tsp.pl a280.tsp
perl tsp.pl $(TEST_FILE)

0 comments on commit 0a63c3c

Please sign in to comment.