You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
149 B
Makefile

program3-4: program3-4.c texted.c fileman.c
gcc program3-4.c texted.c fileman.c -o program3-4 -lncursest
.PHONY: full
full:
./installfull.sh
make