diff options
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d37a3a1 --- /dev/null +++ b/Makefile | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | CC=clang | ||
| 2 | |||
| 3 | |||
| 4 | main: main.c | ||
| 5 | gcc main.c -o main | ||
