changeset 8 | 96d16dfe787a |
parent 3 | 820ed7fb9314 |
child 10 | f19f44e2e863 |
--- a/Makefile +++ b/Makefile @@ -201,9 +201,10 @@ @$(CPP) -o $@ prog_limit.o set_limit.o database: database.c - $(CC) -c -I$(shell pg_config --includedir) $< + @echo Compiling $< ... + @$(CC) -c -I$(shell pg_config --includedir) $< @echo Linking $< ... - $(CC) -lpq -o $@ $@.o + @$(CC) -lpq -o $@ $@.o gauss: gauss.o @echo Linking $< ...