Subversion Repositories Projects

Compare Revisions

Regard whitespace Rev 524 → Rev 523

/QMK-Groundstation/branches/libMK/testing/Makefile
15,7 → 15,7
 
test: $(OBJ)
${CPP} -o test $(LINKOBJ) $(OBJ) ${LIBS}
# ./test
./test
 
$(LIBMK):
$(MAKE) -C $(LIBMK_DIR)