commit 60f60425cd1cd307cbf6012eb6d04115533ca094 parent 17e48f5221d0a17d91700e89cfc8ef5a72fda1f5 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Wed, 15 Jul 2015 13:23:08 -0400 object files depend on lisc.h Diffstat:
| M | lisc/Makefile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lisc/Makefile b/lisc/Makefile @@ -6,6 +6,8 @@ CFLAGS = -Wall -Wextra -std=c99 -g $(BIN): $(OBJ) $(CC) $(LDFLAGS) $(OBJ) -o $@ +$(OBJ): lisc.h + .PHONY: clean clean: rm -f $(BIN) $(OBJ)