diff options
| author | Michael Forney <mforney@mforney.org> | 2019-04-28 15:55:52 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-04-28 15:55:52 -0700 |
| commit | 9e3e8fbd86e6bb5ab27260bf5865d1fa9c590f24 (patch) | |
| tree | 131793a1ba079163eb9bd250e9b14e1fb647ff86 /Makefile | |
| parent | 452648d252e3d795829aa377d7e013373f0bf483 (diff) | |
| download | cproc-9e3e8fbd86e6bb5ab27260bf5865d1fa9c590f24.tar.xz | |
config.def.h was removed
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ DRIVER_SRC=\ DRIVER_OBJ=$(DRIVER_SRC:%.c=$(objdir)/%.o) config.h: - @cp config.def.h $@ + ./configure $(objdir)/cc: $(DRIVER_OBJ) $(CC) $(LDFLAGS) -o $@ $(DRIVER_OBJ) |
