Skip to content

Commit

Permalink
Makefile: reverse previous pull request
Browse files Browse the repository at this point in the history
The previous pull request broken Makefile for Linux.

It'd be great to have a solution for all platforms, but, for now,
one has to uncomment lines on Makefile to work on some platforms.
  • Loading branch information
AltraMayor committed Dec 22, 2017
1 parent 250f584 commit 8503add
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ PREFIX = /usr/local
INSTALL = install
LN = ln

ARGP = /usr/local
CFLAGS += -I$(ARGP)/include
LDFLAGS += -L$(ARGP)/lib -largp
# ATTENTION: You may need to enable the following lines to compile F3
# on your platform.
#ARGP = /usr/local
#CFLAGS += -I$(ARGP)/include
#LDFLAGS += -L$(ARGP)/lib -largp

all: $(TARGETS)
extra: $(EXTRA_TARGETS)
Expand Down

0 comments on commit 8503add

Please sign in to comment.