diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-08 21:34:55 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-09 07:17:40 +0100 |
| commit | 8d7c9c7296e9b2e2afb79ce19d2560ab218d77aa (patch) | |
| tree | 39140d2be7f1c0266810e9fb57e0cde3397bf926 /CompilerDriver/makefile | |
| parent | 05bb46b84ffaaf93a2162a4793cfa34a5063b288 (diff) | |
meta: bump.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CompilerDriver/makefile')
| -rw-r--r-- | CompilerDriver/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CompilerDriver/makefile b/CompilerDriver/makefile index db59ff2..4149005 100644 --- a/CompilerDriver/makefile +++ b/CompilerDriver/makefile @@ -58,4 +58,6 @@ clean: rm bin/$(MKCDFS_OUTPUT) rm bin/$(CC_OUTPUT) rm bin/$(PP_OUTPUT) - rm bin/$(LINK_OUTPUT)
\ No newline at end of file + rm bin/$(LINK_OUTPUT) + +# Last rev 8-1-24
\ No newline at end of file |
