diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 22:13:51 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 22:13:51 -0800 |
| commit | 2aa5f544a7a03c1ad59c70ed149911aa3ece0898 (patch) | |
| tree | 0273c184d85863da1b17bebd286a8b7002ec4ffb /Makefile | |
| parent | 657330ddd6d7a67e16c198b4e9ad2aac239d4799 (diff) | |
Reorganized header files
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ all: $(NAME) clean: rm -f $(NAME) $(OBJFILES) -.c.o: +%.o: %.c %.h types.h utils.h $(CC) -c $(CFLAGS) $(CWARN) $(G) $(O) -o $@ $< $(NAME): $(OBJFILES) bb.c |
