Skip to content

Commit

Permalink
Merge pull request #1 from takacsv/master
Browse files Browse the repository at this point in the history
* MOD: gcc version removed from makefile
  • Loading branch information
danielinux authored Jul 4, 2016
2 parents 73e3c82 + 226eda6 commit 32e9a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CFLAGS=-Wall
LDFLAGS=-lm
CC=gcc-4.8
CC=gcc
BINARIES=tty_bus tty_fake tty_plug tty_attach dpipe

PREFIX?=/usr/local
Expand Down

1 comment on commit 32e9a9e

@danielinux
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge pull request tickless stack from takacsv/master

  • MOD: gcc version removed from makefile
    via Quire

Please sign in to comment.