mirror of
https://github.com/nasa/trick.git
synced 2025-02-05 10:29:19 +00:00
f825dc00fc
* #1041 filter -W workaround for ICG linking to LLVM 10 libclang-cpp.so (#1044) * 1043 drg checkpoint memory leak (#1045) * #1043 drg fix drg checkpoint memory leak * 947 sie generation rework (#1046) generate S_sie.resource at during build instead of runtime
9 lines
260 B
Makefile
9 lines
260 B
Makefile
include $(dir $(lastword $(MAKEFILE_LIST)))../../../share/trick/makefiles/Makefile.common
|
|
include ${TRICK_HOME}/share/trick/makefiles/Makefile.tricklib
|
|
-include Makefile_deps
|
|
|
|
resource_clean:
|
|
$(RM) -f sim_services_classes.resource
|
|
|
|
real_clean: resource_clean
|