diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-28 13:25:32 -0600 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-28 13:25:32 -0600 |
commit | 33b30cfe0573b7661c2073057252212f24841441 (patch) | |
tree | 0aaf153aaa5c4f12675bf30e97b14cebbe3d65ca /makefile | |
parent | dbc334e870234e661648492b7eb9b5d2fe3f307e (diff) |
fixes: fix bugs found when running in a virtual machine
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ # make uninstall ## C compiler -CC=clang +CC=gcc ## Main file SRC=rose.c |