diff Makefile @ 27:722a45b4028b

Add define command for defining macros Macros are parsed when they are defined with the D command and can subsequently be used as arguments for other commands. Handle out of memory errors directly in tok.c.
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Mon, 25 Sep 2017 21:21:25 +0200
parents 5bdea77d0c1d
children 00d782cb45fa
line wrap: on
line diff
--- a/Makefile	Thu Sep 21 09:45:59 2017 +0200
+++ b/Makefile	Mon Sep 25 21:21:25 2017 +0200
@@ -162,6 +162,7 @@
 
 PWM_OBJS =		cmd.o \
 			io.o \
+			macro.o \
 			pager.o \
 			proc.o \
 			pw.o \