commit 519c2d0ac5a3abcc18bcd8dca1c352129e9c146c parent f13a6e9e92e675c3c5e2b5be398d3207e7de19b8 Author: lostd <lostd@2f30.org> Date: Fri, 7 Nov 2014 18:01:28 +0200 Use an explicit rule for the final target Diffstat:
M | Makefile | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -10,6 +10,9 @@ NAME = nausea all: $(NAME) +$(NAME): $(OBJ) + $(CC) $(LDFLAGS) -o $@ $(OBJ) $(LDLIBS) + nausea.o: config.h install: all