mirror of
git://erdgeist.org/opentracker
synced 2025-07-19 06:55:17 +02:00
Typo in Makefile, thanks to Steffen.
This commit is contained in:
parent
cadf1803e1
commit
96243526c4
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -5,12 +5,12 @@ CC?=gcc
|
|||
# Linux flavour
|
||||
# PREFIX?=/opt/diet
|
||||
# LIBOWFAT_HEADERS=$(PREFIX)/include
|
||||
# LIBOWFAT_LIBRARY=$(PREIFX)/lib
|
||||
# LIBOWFAT_LIBRARY=$(PREFIX)/lib
|
||||
|
||||
# BSD flavour
|
||||
# PREFIX?=/usr/local
|
||||
# LIBOWFAT_HEADERS=$(PREFIX)/include/libowfat
|
||||
# LIBOWFAT_LIBRARY=$(PREIFX)/lib
|
||||
# LIBOWFAT_LIBRARY=$(PREFIX)/lib
|
||||
|
||||
# Debug flavour
|
||||
PREFIX?=..
|
||||
|
|
Loading…
Add table
Reference in a new issue