Makefile
branchsaveflie
changeset 96 d090ddac5131
parent 93 7d9b7a6da507
equal deleted inserted replaced
95:13360d8af313 96:d090ddac5131
    30 install: tm
    30 install: tm
    31 	$(INSTALL) -d $(PREFIX)/bin
    31 	$(INSTALL) -d $(PREFIX)/bin
    32 	$(INSTALL) tm $(PREFIX)/bin
    32 	$(INSTALL) tm $(PREFIX)/bin
    33 
    33 
    34 tm: $(OBJECTS)
    34 tm: $(OBJECTS)
    35 	$(CC) -o $@ $(LINUX_LIBS) $^
    35 	$(CC) -o $@ $^ $(LINUX_LIBS)
    36 
    36 
    37 test_filter: test_filter.o filter.o simple_math.o filter_string.o error.o
    37 test_filter: test_filter.o filter.o simple_math.o filter_string.o error.o
    38 
    38 
    39 clean:
    39 clean:
    40 	rm -f $(OBJECTS) stdinmix
    40 	rm -f $(OBJECTS) stdinmix