]> Kevux Git Server - fll/commit
Progress: featureless make
authorKevin Day <thekevinday@gmail.com>
Sat, 30 May 2020 22:36:40 +0000 (17:36 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 30 May 2020 22:36:40 +0000 (17:36 -0500)
commitd12ff4b88099b0bf6ad4866aa5a410ea25ce392b
treea72960fe0e1f2fad3f0420092e27adbdaf574900
parent63bf439d58264cda9a363334a4176604bcf3d910
Progress: featureless make

Move the print functions to their own private files (private-print.c and private-print.h).

Have the build operation create the build directory skeleton.
Have the build operation copy the settings files over, if specified in the build settings.

Update the code to be in sync with recent FLL changes.
13 files changed:
level_3/fake/c/fake.c
level_3/fake/c/fake.h
level_3/fake/c/private-build.c
level_3/fake/c/private-build.h
level_3/fake/c/private-clean.c
level_3/fake/c/private-fake.c
level_3/fake/c/private-fake.h
level_3/fake/c/private-make.c
level_3/fake/c/private-print.c [new file with mode: 0644]
level_3/fake/c/private-print.h [new file with mode: 0644]
level_3/fake/c/private-skeleton.c
level_3/fake/data/build/process_pre.sh
level_3/fake/data/build/settings