tst: tst.o $(CC) $(LDFLAGS) tst.o -o tst tst.o: tst.c $(CC) $(CFLAGS) -c tst.c clean: rm *.o tst