Navigation Menu

Skip to content

Commit

Permalink
Remove redundant need from the Shakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
batterseapower committed Dec 4, 2010
1 parent f04d475 commit f7b33e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/simple-c/Shakefile.hs
Expand Up @@ -14,7 +14,6 @@ main = shake $ do
system' $ ["gcc","-o",x] ++ os
"*.o" *> \x -> do
let c = replaceExtension x "c"
need [c]
need =<< cIncludes c
system' ["gcc","-c",c,"-o",x]
want ["Main"]

0 comments on commit f7b33e8

Please sign in to comment.