Added Makefile

This commit is contained in:
2022-10-12 00:10:35 -05:00
parent 0ea910bf06
commit 0f463fe579

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
program3-4: program3-4.c texted.c fileman.c
gcc -g program3-4.c texted.c fileman.c -o program3-4 -Llib -lncursest -Wl,-rpath=lib