summaryrefslogtreecommitdiff
path: root/libterm/Makefile
blob: a5921095448b0f2bcad0aa07fbe4081cd840738f (plain) (blame)
1
2
3
4
5
6

make:
	gcc -c term.c
	gcc -c screen_modes.c
	gcc -c print_utils.c
	ld -r term.o screen_modes.o print_utils.o -o libterm.o