PROJECT=libterm CC=gcc LD=ld make: $(CC) -c term.c $(CC) -c screen_modes.c $(CC) -c term_io.c $(LD) -r term.o screen_modes.o term_io.o -o $(PROJECT).o clean: rm *.o