Skip to content

Commit

Permalink
Use cc instead of gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Bechberger committed Jul 12, 2019
1 parent eba6f13 commit a85c7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temci/scripts/rusage/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
all:
gcc -O3 rusage.c -o rusage
cc -O3 rusage.c -o rusage

0 comments on commit a85c7ad

Please sign in to comment.