Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmulder committed Jun 13, 2019
1 parent 30aa4d3 commit e50f20d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
@@ -1,11 +1,11 @@
DESTDIR?=
PREFIX?=/usr/local
MANPREFIX?=$(PREFIX)/man
DESTDIR ?=
PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/man

CFLAGS+=-std=c99 -Wall
CFLAGS += -std=c99 -Wall

ifeq ($(OS),Windows_NT)
LDFLAGS+=-lpcre
LDFLAGS += -lpcre
endif

all: memo
Expand Down

0 comments on commit e50f20d

Please sign in to comment.