diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-05-20 15:27:24 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-05-20 15:27:24 -0700 |
| commit | 655ed121289c0befa2c87f7a6a2db3409f54094c (patch) | |
| tree | a575edd664c5feb418389fb2fb22c6d627b04927 /Makefile | |
| parent | a0028e96055669ab83dd6ff9e14b0e728a121d7d (diff) | |
Mostly working version
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ OBJFILES=$(CFILES:.c=.o) all: $(NAME) bp.1 -%.o: %.c %.h types.h +%.o: %.c %.h types.h utf8.h $(CC) -c $(ALL_FLAGS) -o $@ $< $(NAME): $(OBJFILES) bp.c |
