Add Makefile

This commit is contained in:
Nedko Arnaudov 2023-08-17 02:58:04 +03:00
parent 2372fc41a8
commit dee9a7733a
1 changed files with 2 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
termsize: termsize.c
cc -o termsize termsize.c