Fixed MakeFile
This commit is contained in:
parent
6ba54810c1
commit
a3f473739e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -lm -g -O0
|
CFLAGS = -lpci
|
||||||
|
|
||||||
all: fetchy
|
all: fetchy
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue