Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bhillmann authored Jan 25, 2018
1 parent 03ae861 commit 3b1463f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ clean:
rm shi7_trimmer
rm gotta_split

shi7_trimmer: shi7_trimmer.c ; $(CC) -m64 -std=gnu99 -O3 -fwhole-program -o shi7_trimmer ninja_shi7.c
shi7_trimmer: shi7_trimmer.c ; $(CC) -m64 -std=gnu99 -O3 -fwhole-program -o shi7_trimmer shi7_trimmer.c

gotta_split: gotta_split_swapped.c ; $(CC) -m64 -std=gnu99 -O3 -o gotta_split gotta_split_swapped.c

0 comments on commit 3b1463f

Please sign in to comment.