]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - makefile.targets
Fix app test-sw makefile
[pes-rpp/rpp-lib.git] / makefile.targets
1 # This file gets included from CCS generated makefiles
2
3 ../rpp-lib.lib: rpp-lib.lib
4 ifeq ($(OS),Windows_NT)
5         copy $< ..
6 else
7         cp $< $@
8 endif
9
10 LIB_SRCS=$(filter-out ../rpp-lib.lib,$(LIB_SRCS))