CC=cc CLIB=-L/usr/local/lib -llua5.3 INC=-I/usr/local/include BIN=main DEBUG=-g open_card_table: main.o oct_networking.o $(CC) -g $(INC) $(CLIB) -o open_card_table main.o oct_networking.o %.o: %.c $(CC) -g $(INC) $(CLIB) -c -o $@ $< test: $(CC) $(INC) $(CLIB) test.c -o test $(DEBUG)