comparison Makefile @ 2414:69a5af2eb1ea

Remove useless dmMemset().
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 13 Jan 2020 23:27:01 +0200
parents 85f76ec15090
children 8abdd95139d6
comparison
equal deleted inserted replaced
2413:902cc22018a1 2414:69a5af2eb1ea
1 # 1 #
2 # Generic UNIX targets 2 # Generic UNIX targets
3 # 3 #
4 DM_CFLAGS += -DDM_HAVE_MEMSET=1
5
6 DMLIB ?= ./ 4 DMLIB ?= ./
7 BINPATH ?= ./ 5 BINPATH ?= ./
8 OBJPATH ?= ./obj/unix/ 6 OBJPATH ?= ./obj/unix/
9 PREFIX ?= /usr/local 7 PREFIX ?= /usr/local
10 INSTALL ?= install 8 INSTALL ?= install