Update 2.2
This commit is contained in:
parent
e418593a1b
commit
641dc616d4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ CFLAGS = -lpci
|
|||
all: fetchy
|
||||
|
||||
fetchy: fetchy.c
|
||||
$(CC) $(CFLAGS) fetchy.c -o $@
|
||||
$(CC) fetchy.c -o $@ $(CFLAGS)
|
||||
|
||||
clean:
|
||||
-rm -f fetchy
|
||||
|
|
Loading…
Add table
Reference in a new issue