This commit is contained in:
lw-everestlinux
2022-12-16 16:47:38 -05:00
commit 6d2fbe2b53
2 changed files with 39 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
k2: src/k2.c
$(CC) src/k2.c -o k2 -Wall -Wextra -pedantic -std=c99