0:1e4522fddff0 | 1:20c788d1e278 |
---|---|
48 | 48 |
49 test: FORCE ucx | 49 test: FORCE ucx |
50 cd test; $(MAKE) CONF=$(CONF) all | 50 cd test; $(MAKE) CONF=$(CONF) all |
51 | 51 |
52 run: FORCE test | 52 run: FORCE test |
53 ./test/test$(APP_EXT) | 53 ./build/test$(APP_EXT) |
54 | 54 |
55 clean: FORCE | 55 clean: FORCE |
56 $(RM) $(RMFLAGS) ucx/*.$(OBJ_EXT) ucx/*.$(LIB_EXT) | 56 $(RM) $(RMFLAGS) build/* |
57 $(RM) $(RMFLAGS) test/*.$(OBJ_EXT) test/test$(APP_EXT) | |
58 | 57 |
59 FORCE: | 58 FORCE: |
60 | 59 |