Skip to content

Commit

Permalink
gcc ->
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaross committed May 4, 2018
1 parent 28a6fc0 commit d3b2acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/e_hello/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ run: main.x

# Build HOST side application
.c.x:
gcc -O3 $< -o $@ $(EINCS) $(ELIBS) -lpthread
$(CC) -O3 $< -o $@ $(EINCS) $(ELIBS) -lpthread

# Build DEVICE side program
.c.elf:
Expand Down

0 comments on commit d3b2acd

Please sign in to comment.