Rev 513 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 513 | Rev 524 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | 13 | ||
14 | all: $(LIBMK) test |
14 | all: $(LIBMK) test |
15 | 15 | ||
16 | test: $(OBJ) |
16 | test: $(OBJ) |
17 | ${CPP} -o test $(LINKOBJ) $(OBJ) ${LIBS} |
17 | ${CPP} -o test $(LINKOBJ) $(OBJ) ${LIBS} |
18 | ./test |
18 | # ./test |
19 | 19 | ||
20 | $(LIBMK): |
20 | $(LIBMK): |
21 | $(MAKE) -C $(LIBMK_DIR) |
21 | $(MAKE) -C $(LIBMK_DIR) |
22 | 22 | ||
23 | main.o: main.cpp |
23 | main.o: main.cpp |