Archived
1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
kilo/Makefile
2023-08-23 21:37:54 +05:00

4 lines
100 B
Makefile

CCFLAGS := -Wall -Wextra -Wpedantic -Werror -std=c99
kilo: kilo.c
$(CC) $(CCFLAGS) kilo.c -o kilo