Mercurial > projects > pwm
comparison 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 |
comparison
equal
deleted
inserted
replaced
26:5bdea77d0c1d | 27:722a45b4028b |
---|---|
160 PWM_CLIP_BIN = pwm-clip | 160 PWM_CLIP_BIN = pwm-clip |
161 PWM_CLIP_MAN1 = pwm-clip.1 | 161 PWM_CLIP_MAN1 = pwm-clip.1 |
162 | 162 |
163 PWM_OBJS = cmd.o \ | 163 PWM_OBJS = cmd.o \ |
164 io.o \ | 164 io.o \ |
165 macro.o \ | |
165 pager.o \ | 166 pager.o \ |
166 proc.o \ | 167 proc.o \ |
167 pw.o \ | 168 pw.o \ |
168 pwfile.o \ | 169 pwfile.o \ |
169 pwm.o \ | 170 pwm.o \ |