mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
SUFFIXES += .y
|
|
|
|
ytoo = btyacc -v -d $(SKELETON) $< ; mv y_tab.c $(@D)/$(<F).C ; mv y_tab.h $(@D)/$(<F).H ; \
|
|
$(CC) $(c++FLAGS) -c $(@D)/$(<F).C -o $@
|